Searched refs:CR3_PCID_MASK (Results 1 – 3 of 3) sorted by relevance
664 (curpcb->pcb_saved_ucr3 & ~CR3_PCID_MASK) == in trap_is_pti()665 (PCPU_GET(curpmap)->pm_cr3 & ~CR3_PCID_MASK)); in trap_is_pti()
9613 if ((cr3 & ~CR3_PCID_MASK) != pmap->pm_cr3) in pmap_activate_sw_pcid_pti()9642 if (!cached || (cr3 & ~CR3_PCID_MASK) != pmap->pm_cr3) in pmap_activate_sw_pcid_nopti()
58 #define CR3_PCID_MASK 0xfff macro