Searched refs:SEGMENT_IS_PNP_CODE (Results 1 – 2 of 2) sorted by relevance
/arch/x86/mm/ | ||
D | extable.c | 23 if (unlikely(SEGMENT_IS_PNP_CODE(regs->cs))) { in fixup_exception() |
/arch/x86/include/asm/ | ||
D | segment.h | 132 #define SEGMENT_IS_PNP_CODE(x) (((x) & 0xf4) == PNP_CS32) macro |