Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c50 #define PG_U 0x004 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.c71 #define PG_U 0x004 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.h91 #define PG_U X86_PG_U macro
121 PG_M | PG_A | PG_U | PG_RW | PG_V)
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c390 #define PG_U (1 << 2) /* User/Supervisor */ macro
3145 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa()
3242 (usermode && (pte & PG_U) == 0) || in _vm_gla2gpa()