Home
last modified time | relevance | path

Searched refs:PGEX_P (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dtrap.c653 (frame->tf_err & (PGEX_P | PGEX_U | PGEX_I | PGEX_RSV)) == in trap_is_smap()
654 PGEX_P && (frame->tf_rflags & PSL_AC) == 0); in trap_is_smap()
662 pg_nx != 0 && (frame->tf_err & (PGEX_P | PGEX_W | in trap_is_pti()
663 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()
880 code & PGEX_P ? "protection violation" : "page not present");
/f-stack/freebsd/i386/include/
H A Dpmap.h93 #define PGEX_P 0x01 /* Protection violation vs. not present */ macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h135 #define PGEX_P 0x01 /* Protection violation vs. not present */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c910 code & PGEX_P ? "protection violation" : "page not present");
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2034 error_code |= PGEX_P; in pf_error_code()