Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/include/
H A Dpte.h90 #define PGEX_I 0x10 /* instruction fetch blocked by NX */ macro
/openbsd/sys/arch/amd64/include/
H A Dpte.h161 #define PGEX_I 0x10 /* instruction fetch blocked by NX */ macro
/openbsd/sys/arch/amd64/amd64/
H A Dtrap.c164 else if (pgex & PGEX_I) in pgex2access()
251 frame->tf_err & PGEX_I) { in kpageflttrap()
/openbsd/sys/arch/i386/i386/
H A Dtrap.c102 else if (pgex & PGEX_I) in pgex2access()
179 if (cr2 <= VM_MAXUSER_ADDRESS && frame->tf_err & PGEX_I) in kpageflttrap()