Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dstep.c28 if ((seg & SEGMENT_TI_MASK) == SEGMENT_LDT) { in convert_ip_to_linear()
/linux-4.4.14/arch/x86/include/asm/
Dsegment.h36 #define SEGMENT_TI_MASK 0x4 macro
/linux-4.4.14/arch/x86/entry/
Dentry_32.S370 andl $(X86_EFLAGS_VM | (SEGMENT_TI_MASK << 8) | SEGMENT_RPL_MASK), %eax
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c2221 if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_segment_base()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c4091 if (tr.selector & SEGMENT_TI_MASK) /* TI = 1 */ in tr_valid()
4109 if (ldtr.selector & SEGMENT_TI_MASK) /* TI = 1 */ in ldtr_valid()