Searched defs:ldt (Results 1 – 15 of 15) sorted by relevance
/arch/um/include/shared/ |
D | um_mmu.h | 14 struct uml_ldt ldt; member
|
/arch/um/sys-i386/ |
D | ldt.c | 139 uml_ldt_t * ldt = ¤t->mm->context.ldt; in read_ldt() local 207 uml_ldt_t * ldt = ¤t->mm->context.ldt; in write_ldt() local 324 struct ldt_entry * ldt; in ldt_get_host_info() local
|
/arch/x86/include/asm/ |
D | desc.h | 89 #define load_ldt(ldt) asm volatile("lldt %0"::"m" (ldt)) argument 94 #define store_ldt(ldt) asm("sldt %0":"=m" (ldt)) argument 106 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() 110 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt() 121 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, in native_write_ldt_entry() 202 ldt_desc ldt; in native_set_ldt() local
|
D | mmu.h | 12 void *ldt; member
|
D | suspend_32.h | 20 u16 ldt; member
|
D | system.h | 139 #define set_base(ldt, base) _set_base(((char *)&(ldt)) , (base)) argument 140 #define set_limit(ldt, limit) _set_limit(((char *)&(ldt)) , ((limit)-1)) argument
|
D | suspend_64.h | 37 u16 ldt; member
|
D | kvm.h | 116 struct kvm_segment tr, ldt; member
|
D | paravirt.h | 837 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt() 842 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt()
|
D | processor.h | 221 unsigned short ldt, __ldth; member
|
D | kvm_host.h | 652 u16 ldt; in kvm_read_ldt() local
|
/arch/um/kernel/ |
D | ptrace.c | 184 struct ptrace_ldt ldt; in arch_ptrace() local
|
/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
|
/arch/x86/xen/ |
D | enlighten.c | 286 static void xen_alloc_ldt(struct desc_struct *ldt, unsigned entries) in xen_alloc_ldt() 295 static void xen_free_ldt(struct desc_struct *ldt, unsigned entries) in xen_free_ldt()
|