Searched refs:no_shared_cr3 (Results 1 – 6 of 6) sorted by relevance
84 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()
172 boolean_t no_shared_cr3 = DEBUG; /* TRUE for DEBUG by default */ variable588 &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()
245 boolean_t pdswitch = no_shared_cr3 || nopagezero; in copyio()
1341 cmpl $0, EXT(no_shared_cr3)(%rip)1411 movl EXT(no_shared_cr3)(%rip), %eax
447 extern boolean_t no_shared_cr3;674 if (__probable(!no_shared_cr3)) { in set_dirbase()
643 if (no_shared_cr3 && in kernel_trap()