Home
last modified time | relevance | path

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

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