Searched defs:ldt (Results 1 – 15 of 15) sorted by relevance
/arch/x86/um/ |
D | ldt.c | 140 uml_ldt_t *ldt = ¤t->mm->context.arch.ldt; in read_ldt() local 208 uml_ldt_t *ldt = ¤t->mm->context.arch.ldt; in write_ldt() local 325 struct ldt_entry * ldt; in ldt_get_host_info() local
|
/arch/x86/include/asm/ |
D | desc.h | 94 #define load_ldt(ldt) asm volatile("lldt %0"::"m" (ldt)) argument 107 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() 111 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt() 116 #define store_ldt(ldt) asm("sldt %0" : "=m"(ldt)) argument 123 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry() 200 ldt_desc ldt; in native_set_ldt() local
|
D | mmu.h | 12 void *ldt; member
|
D | suspend_32.h | 20 u16 ldt; member
|
D | suspend_64.h | 34 u16 ldt; member
|
D | paravirt.h | 276 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() 281 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt()
|
D | kvm.h | 126 struct kvm_segment tr, ldt; member
|
D | processor.h | 228 unsigned short ldt, __ldth; member
|
D | kvm_host.h | 854 u16 ldt; in kvm_read_ldt() local
|
/arch/um/kernel/ |
D | ptrace.c | 120 struct ptrace_ldt ldt; in arch_ptrace() local
|
/arch/x86/um/asm/ |
D | mm_context.h | 69 uml_ldt_t ldt; member
|
/arch/x86/kernel/ |
D | ldt.c | 195 struct desc_struct ldt; in write_ldt() local
|
/arch/x86/kvm/ |
D | tss.h | 56 u16 ldt; member
|
D | svm.c | 135 u16 ldt; member
|
/arch/x86/xen/ |
D | enlighten.c | 438 static void xen_alloc_ldt(struct desc_struct *ldt, unsigned entries) in xen_alloc_ldt() 447 static void xen_free_ldt(struct desc_struct *ldt, unsigned entries) in xen_free_ldt()
|