Home
last modified time | relevance | path

Searched defs:PGEX_P (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/amd64/machine/
H A Dpmap.h127 #define PGEX_P 0x01 /* Protection violation vs. not present */ macro
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c401 #define PGEX_P (1 << 0) /* Non-present/Protection */ macro