Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dpmap_pcid.c84 no_shared_cr3 = FALSE; in pmap_pcid_configure()
86 no_shared_cr3 = TRUE; in pmap_pcid_configure()
89 if (no_shared_cr3) { in pmap_pcid_configure()
93 if (pmap_pcid_disabled || no_shared_cr3) { in pmap_pcid_configure()
H A Dpmap.c172 boolean_t no_shared_cr3 = DEBUG; /* TRUE for DEBUG by default */ variable
588 &no_shared_cr3, sizeof(no_shared_cr3)); in pmap_bootstrap()
589 if (no_shared_cr3) { in pmap_bootstrap()
2602 } else if (((ccr3 = get_cr3_base()) != thread->map->pmap->pm_cr3) && (no_shared_cr3 == FALSE)) { in dtrace_copyio_preflight()
2604 } else if (no_shared_cr3 && (ccr3 != kernel_pmap->pm_cr3)) { in dtrace_copyio_preflight()
H A Dcopyio.c245 boolean_t pdswitch = no_shared_cr3 || nopagezero; in copyio()
H A Didt64.s1341 cmpl $0, EXT(no_shared_cr3)(%rip)
1411 movl EXT(no_shared_cr3)(%rip), %eax
/xnu-8792.61.2/osfmk/i386/
H A Dpmap.h447 extern boolean_t no_shared_cr3;
674 if (__probable(!no_shared_cr3)) { in set_dirbase()
H A Dtrap.c643 if (no_shared_cr3 && in kernel_trap()