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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_data.h178 volatile addr64_t cpu_task_cr3; member in struct:cpu_data
H A Dpmap.h577 cpu_datap(ccpu)->cpu_task_cr3 = tpmap->pm_cr3;
833 (cpu_datap(cpu)->cpu_task_cr3)
H A Dgenassym.c444 offsetof(cpu_data_t *, cpu_task_cr3));
H A Dpmap.c1453 * cpu_task_cr3 is the cr3 for the current thread.
2628 if ((cpu_datap(cpu)->cpu_task_cr3 == pmap_cr3) ||
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c2082 uint64_t cpu_task_cr3 = CPU_GET_TASK_CR3(cpu); local
2084 if ((pmap_cr3 == cpu_task_cr3) ||

Completed in 41 milliseconds