Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dsvs.c501 svs_pcid_ucr3 = __SHIFTIN(PMAP_PCID_USER, CR3_PCID) | CR3_NO_TLB_FLUSH; in svs_pcid_init()
502 svs_pcid_kcr3 = __SHIFTIN(PMAP_PCID_KERN, CR3_PCID) | CR3_NO_TLB_FLUSH; in svs_pcid_init()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h93 #define CR3_PCID __BITS(11,0) macro