Home
last modified time | relevance | path

Searched refs:get_cr3_raw (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dpal_routines.c115 *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 Dtrap_native.c162 get_cr0(), get_cr2(), get_cr3_raw(), get_cr4(), in panic_64()
H A Dmtrr.c344 set_cr3_raw(get_cr3_raw()); in mtrr_update_action()
385 set_cr3_raw(get_cr3_raw()); in mtrr_update_action()
H A Dpmap.h807get_cr3_raw() & 0xFFF)) : TRUE),"PCIDs: 0x%x, active PCID: 0x%x, CR3: 0x%lx, pmap_cr3: 0x%llx, ker…
H A Di386_init.c215 uint64_t oldcr3 = get_cr3_raw(); in x86_64_pre_sleep()
533 set_cr3_raw(get_cr3_raw()); in Idle_PTs_release()
H A Dproc_reg.h306 get_cr3_raw(void) in get_cr3_raw() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dpmap_pcid.c132 …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 Dcopyio.c287 (void *) get_cr3_raw(), (void *) pmap->pm_cr3); in copyio()
388 if (!recursive_CopyIOActive && (get_cr3_raw() != kernel_pmap->pm_cr3)) { in copyio()