Home
last modified time | relevance | path

Searched refs:CR4_PCIDE (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/amd64/amd64/
H A Dacpi_wakecode.S411 andl $(~CR4_PCIDE), %eax
456 andl $(~CR4_PCIDE), %eax
H A Dcpu.c797 cr4 |= CR4_PCIDE; in cpu_init()
H A Dpmap.c753 lcr4( rcr4() | CR4_PCIDE ); in pmap_bootstrap()
H A Dvmm_machdep.c7932 if ((cr4 & CR4_PCIDE) == 0) { in vmm_decode_cr3()
7954 { CR4_PCIDE, "PCIDE ", "pcide "}, in vmm_decode_cr4()
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h79 #define CR4_PCIDE 0x00020000 /* enable process-context IDs */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h83 #define CR4_PCIDE 0x00020000 /* enable process-context IDs */ macro