Home
last modified time | relevance | path

Searched refs:SEGMENT_LDT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dstep.c30 if ((seg & SEGMENT_TI_MASK) == SEGMENT_LDT) { in convert_ip_to_linear()
H A Dldt.c126 if ((sel & SEGMENT_TI_MASK) == SEGMENT_LDT) in refresh_ldt_segments()
130 if ((sel & SEGMENT_TI_MASK) == SEGMENT_LDT) in refresh_ldt_segments()
/openbmc/linux/arch/x86/include/asm/
H A Dsegment.h53 #define SEGMENT_LDT 0x4 macro
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S321 cmpl $((SEGMENT_LDT << 8) | USER_RPL), %eax
/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c627 if ((sel & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_desc()
/openbmc/linux/arch/x86/events/
H A Dcore.c2798 if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_segment_base()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1176 if ((selector & SEGMENT_TI_MASK) == SEGMENT_LDT) { in segment_base()