Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c49 #define PG_RW 0x002 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.c70 #define PG_RW 0x002 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.h90 #define PG_RW X86_PG_RW macro
121 PG_M | PG_A | PG_U | PG_RW | PG_V)
151 #undef PG_RW
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c389 #define PG_RW (1 << 1) /* Read/Write */ macro
3146 (writable && (pte32 & PG_RW) == 0)) { in _vm_gla2gpa()
3243 (writable && (pte & PG_RW) == 0)) { in _vm_gla2gpa()