Searched refs:SEG_EXECUTE_ONLY (Results 1 – 2 of 2) sorted by relevance
/arch/x86/math-emu/ | ||
D | fpu_system.h | 29 #define SEG_EXECUTE_ONLY(s) (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11)) macro |
D | get_address.c | 185 if (SEG_EXECUTE_ONLY(descriptor) || in pm_address() |