Searched refs:PGEX_I (Results 1 – 4 of 4) sorted by relevance
90 #define PGEX_I 0x10 /* instruction fetch blocked by NX */ macro
161 #define PGEX_I 0x10 /* instruction fetch blocked by NX */ macro
164 else if (pgex & PGEX_I) in pgex2access()251 frame->tf_err & PGEX_I) { in kpageflttrap()
102 else if (pgex & PGEX_I) in pgex2access()179 if (cr2 <= VM_MAXUSER_ADDRESS && frame->tf_err & PGEX_I) in kpageflttrap()