Home
last modified time | relevance | path

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

12

/arch/x86/math-emu/
Dfpu_system.h23 static inline struct desc_struct FPU_get_ldt_descriptor(unsigned seg) in FPU_get_ldt_descriptor()
25 static struct desc_struct zero_desc; in FPU_get_ldt_descriptor()
26 struct desc_struct ret = zero_desc; in FPU_get_ldt_descriptor()
44 static inline unsigned long seg_get_base(struct desc_struct *d) in seg_get_base()
51 static inline unsigned long seg_get_limit(struct desc_struct *d) in seg_get_limit()
56 static inline unsigned long seg_get_granularity(struct desc_struct *d) in seg_get_granularity()
61 static inline bool seg_expands_down(struct desc_struct *d) in seg_expands_down()
66 static inline bool seg_execute_only(struct desc_struct *d) in seg_execute_only()
71 static inline bool seg_writable(struct desc_struct *d) in seg_writable()
Dget_address.c140 struct desc_struct descriptor; in pm_address()
Dfpu_entry.c115 struct desc_struct code_descriptor; in math_emulate()
/arch/x86/include/asm/
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 …]
Dparavirt_types.h47 struct desc_struct;
101 void (*write_ldt_entry)(struct desc_struct *ldt, int entrynum,
103 void (*write_gdt_entry)(struct desc_struct *,
107 void (*alloc_ldt)(struct desc_struct *ldt, unsigned entries);
108 void (*free_ldt)(struct desc_struct *ldt, unsigned entries);
Ddesc_defs.h16 struct desc_struct { struct
Dparavirt.h258 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_alloc_ldt()
263 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) in paravirt_free_ldt()
300 static inline void write_ldt_entry(struct desc_struct *dt, int entry, in write_ldt_entry()
306 static inline void write_gdt_entry(struct desc_struct *dt, int entry, in write_gdt_entry()
Dmmu_context.h43 struct desc_struct *entries;
Dprocessor.h471 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
/arch/x86/xen/
Denlighten_pv.c99 struct desc_struct desc[3];
363 static void xen_alloc_ldt(struct desc_struct *ldt, unsigned entries) in xen_alloc_ldt()
383 static void xen_free_ldt(struct desc_struct *ldt, unsigned entries) in xen_free_ldt()
439 if (HYPERVISOR_set_gdt(&mfn, size / sizeof(struct desc_struct))) in xen_load_gdt()
465 if (HYPERVISOR_set_gdt(&mfn, size / sizeof(struct desc_struct))) in xen_load_gdt_boot()
469 static inline bool desc_equal(const struct desc_struct *d1, in desc_equal()
470 const struct desc_struct *d2) in desc_equal()
478 struct desc_struct *shadow = &per_cpu(shadow_tls_desc, cpu).desc[i]; in load_TLS_descriptor()
479 struct desc_struct *gdt; in load_TLS_descriptor()
520 static void xen_write_ldt_entry(struct desc_struct *dt, int entrynum, in xen_write_ldt_entry()
[all …]
Dsmp_pv.c264 struct desc_struct *gdt; in cpu_initialize_context()
/arch/x86/kernel/
Dtls.c88 struct desc_struct *desc = &t->tls_array[idx - GDT_ENTRY_TLS_MIN]; in set_tls_desc()
196 const struct desc_struct *desc) in fill_user_desc()
255 const struct desc_struct *tls; in regset_tls_get()
Dldt.c161 BUILD_BUG_ON(LDT_ENTRY_SIZE != sizeof(struct desc_struct)); in alloc_ldt_struct()
543 unsigned long size = 5 * sizeof(struct desc_struct); in read_default_ldt()
582 struct desc_struct ldt; in write_ldt()
Dstep.c31 struct desc_struct *desc; in convert_ip_to_linear()
Dapm_32.c422 static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
592 struct desc_struct save_desc_40; in __apm_bios_call()
593 struct desc_struct *gdt; in __apm_bios_call()
670 struct desc_struct save_desc_40; in __apm_bios_call_simple()
671 struct desc_struct *gdt; in __apm_bios_call_simple()
2248 struct desc_struct *gdt; in apm_init()
Dsetup_percpu.c161 struct desc_struct d = GDT_ENTRY_INIT(0x8092, per_cpu_offset(cpu), in setup_percpu_segment()
Dhead64.c71 static struct desc_struct startup_gdt[GDT_ENTRIES] = {
/arch/x86/lib/
Dinsn-eval.c622 static bool get_desc(struct desc_struct *out, unsigned short sel) in get_desc()
661 *out = *(struct desc_struct *)(gdt_desc.address + desc_base); in get_desc()
684 struct desc_struct desc; in insn_get_seg_base()
751 struct desc_struct desc; in get_seg_limit()
799 struct desc_struct desc; in insn_get_code_seg_params()
/arch/x86/kvm/
Demulate.c555 struct desc_struct ss; in stack_mask()
602 static u32 desc_limit_scaled(struct desc_struct *desc) in desc_limit_scaled()
665 struct desc_struct desc; in get_segment_selector()
676 struct desc_struct desc; in set_segment_selector()
727 struct desc_struct desc; in __linearize()
817 struct desc_struct cs; in emulator_recalc_and_set_mode()
1491 u16 index, struct desc_struct *desc) in read_interrupt_descriptor()
1512 struct desc_struct desc; in get_descriptor_table_ptr()
1556 u16 selector, struct desc_struct *desc, in read_segment_descriptor()
1570 u16 selector, struct desc_struct *desc) in write_segment_descriptor()
[all …]
Dkvm_emulate.h197 struct desc_struct *desc, u32 *base3, int seg);
199 struct desc_struct *desc, u32 base3, int seg);
/arch/x86/power/
Dcpu.c153 struct desc_struct *desc = get_cpu_gdt_rw(cpu); in fix_processor_context()
/arch/x86/include/asm/xen/
Dhypercall.h478 struct desc_struct desc) in MULTI_update_descriptor()
/arch/x86/mm/
Dfault.c477 u32 offset = (index >> 3) * sizeof(struct desc_struct); in show_ldttss()
/arch/x86/kernel/cpu/
Dcommon.c2009 struct desc_struct d = { }; in setup_getcpu()
/arch/x86/events/
Dcore.c2797 struct desc_struct *desc; in get_segment_base()

12