Searched refs:DESC_LDT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | desc.h | 153 case DESC_LDT: size = sizeof(ldt_desc); break; in native_write_gdt_entry() 199 set_tssldt_descriptor(&ldt, (unsigned long)addr, DESC_LDT, in native_set_ldt() 202 &ldt, DESC_LDT); in native_set_ldt() local
|
H A D | desc_defs.h | 49 DESC_LDT = 0x2, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | desc.h | 154 case DESC_LDT: size = sizeof(ldt_desc); break; in native_write_gdt_entry() 200 set_tssldt_descriptor(&ldt, (unsigned long)addr, DESC_LDT, in native_set_ldt() 203 &ldt, DESC_LDT); in native_set_ldt() local
|
H A D | desc_defs.h | 49 DESC_LDT = 0x2, enumerator
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | enlighten_pv.c | 800 case DESC_LDT: in xen_write_gdt_entry() 828 case DESC_LDT: in xen_write_gdt_entry_boot()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | enlighten_pv.c | 889 case DESC_LDT: in xen_write_gdt_entry() 917 case DESC_LDT: in xen_write_gdt_entry_boot()
|
Completed in 7 milliseconds