Home
last modified time | relevance | path

Searched refs:desc_struct (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc.h16 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
45 struct desc_struct gdt[GDT_ENTRIES];
51 static inline struct desc_struct *get_cpu_gdt_rw(unsigned int cpu) in get_cpu_gdt_rw()
57 static inline struct desc_struct *get_current_gdt_rw(void) in get_current_gdt_rw()
63 static inline struct desc_struct *get_cpu_gdt_ro(int cpu) in get_cpu_gdt_ro()
65 return (struct desc_struct *)&get_cpu_entry_area(cpu)->gdt; in get_cpu_gdt_ro()
69 static inline struct desc_struct *get_current_gdt_ro(void) in get_current_gdt_ro()
126 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt()
130 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt()
142 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
[all …]
H A Ddesc_defs.h66 struct desc_struct { struct
/linux/drivers/pnp/pnpbios/
H A Dbioscalls.c58 struct desc_struct *gdt = get_cpu_gdt_rw((cpu)); \
63 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(DESC_DATA32_BIOS,
88 struct desc_struct save_desc_40; in call_pnp_bios()
480 struct desc_struct *gdt = get_cpu_gdt_rw(i); in pnpbios_calls_init()
/linux/arch/x86/kernel/
H A Dapm_32.c422 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(DESC_DATA32_BIOS,
592 struct desc_struct save_desc_40; in __apm_bios_call()
593 struct desc_struct *gdt; in __apm_bios_call()
673 struct desc_struct save_desc_40; in __apm_bios_call_simple()
674 struct desc_struct *gdt; in __apm_bios_call_simple()
2225 struct desc_struct *gdt; in apm_init()
H A Dstep.c33 struct desc_struct *desc; in convert_ip_to_linear()
/linux/rust/
H A Dbindgen_parameters9 --opaque-type desc_struct
/linux/arch/x86/power/
H A Dcpu.c156 struct desc_struct *desc = get_cpu_gdt_rw(cpu); in fix_processor_context()
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h345 struct desc_struct desc) in MULTI_update_descriptor()
/linux/arch/x86/hyperv/
H A Dhv_crash.c189 struct desc_struct *desc = get_current_gdt_rw(); in hv_mark_tss_not_busy()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1213 struct desc_struct *table; in segment_base()
1227 table = (struct desc_struct *)segment_base(ldt_selector); in segment_base()