Home
last modified time | relevance | path

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

/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()
/linux/arch/x86/include/asm/
H A Ddesc_defs.h104 struct ldttss_desc { struct
116 typedef struct ldttss_desc ldt_desc; argument
117 typedef struct ldttss_desc tss_desc;
H A Ddesc.h165 struct ldttss_desc *desc = d; in set_tssldt_descriptor()