Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap.c2659 uint64_t ccr3; in dtrace_copyio_preflight() local
2662 } else if (((ccr3 = get_cr3_base()) != thread->map->pmap->pm_cr3) && (no_shared_cr3 == FALSE)) { in dtrace_copyio_preflight()
2664 } else if (no_shared_cr3 && (ccr3 != kernel_pmap->pm_cr3)) { in dtrace_copyio_preflight()