Searched refs:get_cr3_base (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcopyio.c127 if (get_cr3_base() != pmap->pm_cr3)
135 (get_cr3_base() != pmap->pm_cr3)) {
H A Dpmap.c1905 else if (((ccr3 = get_cr3_base()) != thread->map->pmap->pm_cr3) && (no_shared_cr3 == FALSE))
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.h586 if (get_cr3_base() != tpmap->pm_cr3) {
594 if (get_cr3_base() != cpu_datap(ccpu)->cpu_kernel_cr3)
H A Dproc_reg.h295 static inline uintptr_t get_cr3_base(void) function
H A Dtrap.c626 map->pmap->pm_cr3 != get_cr3_base()) {

Completed in 33 milliseconds