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

/linux-master/arch/x86/include/asm/
H A Dsegment.h112 #define GDT_ENTRY_LDT 17 macro
194 #define GDT_ENTRY_LDT 10 macro
H A Ddesc.h203 write_gdt_entry(get_cpu_gdt_rw(cpu), GDT_ENTRY_LDT, local
205 asm volatile("lldt %w0"::"q" (GDT_ENTRY_LDT*8));
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c93 ldt = (struct ldttss_desc *)(gdt + GDT_ENTRY_LDT);
143 input->vp_context.ldtr.selector = GDT_ENTRY_LDT * 8;
/linux-master/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;

Completed in 211 milliseconds