Home
last modified time | relevance | path

Searched refs:USER_RPL (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/xen/
Dxen-asm_32.S211 cmpl $USER_RPL, %ecx
/linux-4.4.14/arch/x86/include/asm/
Dsegment.h33 #define USER_RPL 0x3 macro
Dptrace.h109 return ((regs->cs & SEGMENT_RPL_MASK) | (regs->flags & X86_VM_MASK)) >= USER_RPL; in user_mode()
/linux-4.4.14/arch/x86/entry/
Dentry_32.S266 cmpl $USER_RPL, %eax
371 cmpl $((SEGMENT_LDT << 8) | USER_RPL), %eax
/linux-4.4.14/arch/x86/kernel/
Dptrace.c162 return unlikely(value != 0 && (value & SEGMENT_RPL_MASK) != USER_RPL); in invalid_selector()