Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h58 #define CR3_PCID 0xfffULL macro
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c438 KASSERT((cr3 & CR3_PCID) == PCID_KERN || in pmap_map_ptes()
439 (cr3 & CR3_PCID) == PCID_PROC); in pmap_map_ptes()