Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddesc.h105 struct desc_struct { struct
193 extern struct desc_struct boot_cpu_gdt_table[];
194 DECLARE_PER_CPU(struct desc_struct *, gdt_table);
195 extern struct desc_struct boot_cpu_compat_gdt_table[];
196 DECLARE_PER_CPU(struct desc_struct *, compat_gdt_table);
A Dldt.h9 struct desc_struct *desc; in load_LDT()
A Dmm.h436 int check_descriptor(const struct domain *, struct desc_struct *d);
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demulate.c32 struct desc_struct desc; in pv_emul_read_descriptor()
37 (const struct desc_struct *)(!(sel & 4) in pv_emul_read_descriptor()
A Ddescriptor-tables.c135 struct desc_struct *gdt_pent, d; in do_update_descriptor()
139 offset = ((unsigned int)pa & ~PAGE_MASK) / sizeof(struct desc_struct); in do_update_descriptor()
144 if ( (((unsigned int)pa % sizeof(struct desc_struct)) != 0) || in do_update_descriptor()
A Demul-gate-op.c56 struct desc_struct desc; in read_gate_descriptor()
57 const struct desc_struct *pdesc; in read_gate_descriptor()
59 pdesc = (const struct desc_struct *) in read_gate_descriptor()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c720 struct desc_struct *gdt = in load_system_tables()
722 struct desc_struct *compat_gdt = in load_system_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c101 DEFINE_PER_CPU_READ_MOSTLY(struct desc_struct *, gdt_table);
102 DEFINE_PER_CPU_READ_MOSTLY(struct desc_struct *, compat_gdt_table);
A Dsmpboot.c701 struct desc_struct *gdt; in cpu_smpboot_alloc()
A Ddomain.c1591 struct desc_struct *gdt; in __context_switch()
A Dmm.c596 struct desc_struct *descs = __map_domain_page(page); in alloc_segdesc_page()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c1078 int check_descriptor(const struct domain *dom, struct desc_struct *d) in check_descriptor()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c2721 struct desc_struct *pdesc, desc; in hvm_load_segment_selector()
2903 struct desc_struct *optss_desc = NULL, *nptss_desc = NULL, tss_desc; in hvm_task_switch()

Completed in 34 milliseconds