Changeset 235 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jul 19, 2017, 10:03:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r203 r235 32 32 33 33 /* hal_init.c */ 34 void cpu_activate(uint32_t gid); 34 35 int idt_slot_alloc(); 35 36 void idt_slot_free(int slot); … … 53 54 void tlbflushg(); 54 55 void tlbflush(); 56 void pause(); 57 void wbinvd(); 55 58 56 59 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.