Changeset 99 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jun 29, 2017, 3:48:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r98 r99 40 40 uint64_t rdmsr(uint32_t); 41 41 void wrmsr(uint32_t, uint64_t); 42 vaddr_t rcr2(void); 42 43 43 44 uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new);
Note: See TracChangeset
for help on using the changeset viewer.