Home
last modified time | relevance | path

Searched refs:ldttss_desc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c51 static inline u64 hv_vtl_system_desc_base(struct ldttss_desc *desc) in hv_vtl_system_desc_base()
57 static inline u32 hv_vtl_system_desc_limit(struct ldttss_desc *desc) in hv_vtl_system_desc_limit()
78 struct ldttss_desc *tss; in hv_vtl_bringup_vcpu()
79 struct ldttss_desc *ldt; in hv_vtl_bringup_vcpu()
91 tss = (struct ldttss_desc *)(gdt + GDT_ENTRY_TSS); in hv_vtl_bringup_vcpu()
92 ldt = (struct ldttss_desc *)(gdt + GDT_ENTRY_LDT); in hv_vtl_bringup_vcpu()
/openbmc/linux/arch/x86/include/asm/
H A Ddesc_defs.h54 struct ldttss_desc { struct
66 typedef struct ldttss_desc ldt_desc; argument
67 typedef struct ldttss_desc tss_desc;
H A Ddesc.h164 struct ldttss_desc *desc = d; in set_tssldt_descriptor()
/openbmc/linux/arch/x86/mm/
H A Dfault.c480 struct ldttss_desc desc; in show_ldttss()
487 if (offset + sizeof(struct ldttss_desc) >= gdt->size) { in show_ldttss()
493 sizeof(struct ldttss_desc))) { in show_ldttss()