Home
last modified time | relevance | path

Searched refs:GDT_ENTRY_LDT (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsegment.h112 #define GDT_ENTRY_LDT 17 macro
194 #define GDT_ENTRY_LDT 10 macro
H A Ddesc.h202 write_gdt_entry(get_cpu_gdt_rw(cpu), GDT_ENTRY_LDT, in native_set_ldt() local
204 asm volatile("lldt %w0"::"q" (GDT_ENTRY_LDT*8)); in native_set_ldt()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsegment.h111 #define GDT_ENTRY_LDT 17 macro
196 #define GDT_ENTRY_LDT 10 macro
H A Ddesc.h201 write_gdt_entry(get_cpu_gdt_rw(cpu), GDT_ENTRY_LDT, in native_set_ldt() local
203 asm volatile("lldt %w0"::"q" (GDT_ENTRY_LDT*8)); in native_set_ldt()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_vtl.c92 ldt = (struct ldttss_desc *)(gdt + GDT_ENTRY_LDT); in hv_vtl_bringup_vcpu()
142 input->vp_context.ldtr.selector = GDT_ENTRY_LDT * 8; in hv_vtl_bringup_vcpu()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dumip.c52 * - SLDT returns (GDT_ENTRY_LDT * 8) if an LDT has been set, 0 if not.
260 dummy_value = GDT_ENTRY_LDT * 8; in emulate_umip_insn()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dumip.c52 * - SLDT returns (GDT_ENTRY_LDT * 8) if an LDT has been set, 0 if not.
260 dummy_value = GDT_ENTRY_LDT * 8; in emulate_umip_insn()

Completed in 5 milliseconds