Searched refs:get_cr3_raw (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | pal_routines.c | 115 *cr3 = get_cr3_raw(); in pal_get_control_registers() 258 pal_efi_saved_cr3 = get_cr3_raw(); in pal_efi_call_in_32bit_mode()
|
| H A D | trap_native.c | 162 get_cr0(), get_cr2(), get_cr3_raw(), get_cr4(), in panic_64()
|
| H A D | mtrr.c | 344 set_cr3_raw(get_cr3_raw()); in mtrr_update_action() 385 set_cr3_raw(get_cr3_raw()); in mtrr_update_action()
|
| H A D | pmap.h | 807 …get_cr3_raw() & 0xFFF)) : TRUE),"PCIDs: 0x%x, active PCID: 0x%x, CR3: 0x%lx, pmap_cr3: 0x%llx, ker…
|
| H A D | i386_init.c | 215 uint64_t oldcr3 = get_cr3_raw(); in x86_64_pre_sleep() 533 set_cr3_raw(get_cr3_raw()); in Idle_PTs_release()
|
| H A D | proc_reg.h | 306 get_cr3_raw(void) in get_cr3_raw() function
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | pmap_pcid.c | 132 …pmap_pcid_log("Pre-PCID:CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), c… in pmap_pcid_configure() 142 …pmap_pcid_log("Post PCID: CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(),… in pmap_pcid_configure() 446 set_cr3_raw(get_cr3_raw()); in pmap_tlbi_range()
|
| H A D | copyio.c | 287 (void *) get_cr3_raw(), (void *) pmap->pm_cr3); in copyio() 388 if (!recursive_CopyIOActive && (get_cr3_raw() != kernel_pmap->pm_cr3)) { in copyio()
|