Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c51 #define PG_PS 0x080 macro
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.c72 #define PG_PS 0x080 macro
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.h96 #define PG_PS X86_PG_PS macro
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c393 #define PG_PS (1 << 7) /* Largepage */ macro
3173 if (nlevels > 0 && (pte32 & PG_PS) != 0) in _vm_gla2gpa()
3262 if (nlevels > 0 && (pte & PG_PS) != 0) { in _vm_gla2gpa()