Home
last modified time | relevance | path

Searched refs:PGEX_RSV (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()
774 if (frame->tf_err & PGEX_RSV) { in trap_pfault()
879 code & PGEX_RSV ? "reserved bits in PTE" :
/f-stack/freebsd/i386/include/
H A Dpmap.h96 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c834 if (frame->tf_err & PGEX_RSV) { in trap_pfault()
909 code & PGEX_RSV ? "reserved bits in PTE" :
/f-stack/freebsd/amd64/include/
H A Dpmap.h138 #define PGEX_RSV 0x08 /* reserved PTE field is non-zero */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2040 error_code |= PGEX_RSV; in pf_error_code()