Home
last modified time | relevance | path

Searched refs:PGEX_U (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()
663 PGEX_U | PGEX_I)) == (PGEX_P | PGEX_U | PGEX_I) && in trap_is_pti()
874 code & PGEX_U ? "user" : "supervisor",
/f-stack/freebsd/i386/include/
H A Dpmap.h95 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h137 #define PGEX_U 0x04 /* access from User mode (UPL) */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c904 code & PGEX_U ? "user" : "supervisor",
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2038 error_code |= PGEX_U; in pf_error_code()