Home
last modified time | relevance | path

Searched refs:SEFF0EBX_INVPCID (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dspecialreg.h168 #define SEFF0EBX_INVPCID 0x00000400 /* INVPCID instruction */ macro
/openbsd/sys/arch/amd64/include/
H A Dvmmvar.h560 SEFF0EBX_HLE | SEFF0EBX_INVPCID | \
H A Dspecialreg.h228 #define SEFF0EBX_INVPCID 0x00000400 /* INVPCID instruction */ macro
/openbsd/sys/arch/i386/i386/
H A Dmachdep.c990 { SEFF0EBX_INVPCID, "INVPCID" },
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c743 if (ebx & SEFF0EBX_INVPCID) { in pmap_bootstrap()