Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dtrap.c664 (curpcb->pcb_saved_ucr3 & ~CR3_PCID_MASK) == in trap_is_pti()
665 (PCPU_GET(curpmap)->pm_cr3 & ~CR3_PCID_MASK)); in trap_is_pti()
H A Dpmap.c9613 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()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h58 #define CR3_PCID_MASK 0xfff macro