Lines Matching defs:desc
11 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
83 const u32 *desc = ptr; in desc_empty() local
104 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) argument
105 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument
124 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
130 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry()
143 static inline void pack_descriptor(struct desc_struct *desc, unsigned long base, in pack_descriptor()
158 struct ldttss_desc64 *desc = d; in set_tssldt_descriptor() local
283 static inline unsigned long get_desc_base(const struct desc_struct *desc) in get_desc_base()
288 static inline void set_desc_base(struct desc_struct *desc, unsigned long base) in set_desc_base()
295 static inline unsigned long get_desc_limit(const struct desc_struct *desc) in get_desc_limit()
300 static inline void set_desc_limit(struct desc_struct *desc, unsigned long limit) in set_desc_limit()