Home
last modified time | relevance | path

Searched refs:PG_V (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c48 #define PG_V 0x001 macro
98 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
102 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
106 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c69 #define PG_V 0x001 macro
159 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
163 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
167 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/illumos-gate/usr/src/contrib/bhyve/amd64/machine/
H A Dpmap.h89 #define PG_V X86_PG_V macro
121 PG_M | PG_A | PG_U | PG_RW | PG_V)
152 #undef PG_V
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c388 #define PG_V (1 << 0) /* Present */ macro
3046 if (pte & PG_V) in pf_error_code()
3144 if ((pte32 & PG_V) == 0 || in _vm_gla2gpa()
3208 if ((pte & PG_V) == 0) { in _vm_gla2gpa()
3241 if ((pte & PG_V) == 0 || in _vm_gla2gpa()