Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
HDelf64_freebsd.c52 #define PG_PS 0x080 macro
107 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/dragonfly/stand/boot/efi/loader/arch/x86_64/
HDelf64_freebsd.c67 #define PG_PS 0x080 macro
162 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
/dragonfly/sys/platform/vkernel64/x86_64/
HDdb_interface.c270 if ((*ptep0 & PG_PS) == 0) { in db_write_bytes()
/dragonfly/sys/platform/pc64/x86_64/
HDdb_interface.c276 if ((*ptep0 & PG_PS) == 0) { in db_write_bytes()