Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/hyperv/
Dhv_vtl.c43 static inline u64 hv_vtl_system_desc_base(struct ldttss_desc *desc) in hv_vtl_system_desc_base()
49 static inline u32 hv_vtl_system_desc_limit(struct ldttss_desc *desc) in hv_vtl_system_desc_limit()
70 struct ldttss_desc *tss; in hv_vtl_bringup_vcpu()
71 struct ldttss_desc *ldt; in hv_vtl_bringup_vcpu()
81 tss = (struct ldttss_desc *)(gdt + GDT_ENTRY_TSS); in hv_vtl_bringup_vcpu()
82 ldt = (struct ldttss_desc *)(gdt + GDT_ENTRY_LDT); in hv_vtl_bringup_vcpu()
/Linux-v6.6/arch/x86/include/asm/
Ddesc_defs.h54 struct ldttss_desc { struct
66 typedef struct ldttss_desc ldt_desc; argument
67 typedef struct ldttss_desc tss_desc;
Ddesc.h164 struct ldttss_desc *desc = d; in set_tssldt_descriptor()
/Linux-v6.6/arch/x86/mm/
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()