Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dstep.c30 if ((seg & SEGMENT_TI_MASK) == SEGMENT_LDT) { in convert_ip_to_linear()
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()
/linux-6.3-rc2/arch/x86/include/asm/
A Dsegment.h53 #define SEGMENT_LDT 0x4 macro
/linux-6.3-rc2/arch/x86/entry/
A Dentry_32.S321 cmpl $((SEGMENT_LDT << 8) | USER_RPL), %eax
/linux-6.3-rc2/arch/x86/lib/
A Dinsn-eval.c627 if ((sel & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_desc()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c2797 if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_segment_base()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c1140 if ((selector & SEGMENT_TI_MASK) == SEGMENT_LDT) { in segment_base()

Completed in 36 milliseconds