Home
last modified time | relevance | path

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

/linux/arch/x86/coco/sev/
H A Dshared.c49 struct cpuid_leaf { struct
408 static int __sev_cpuid_hv_msr(struct cpuid_leaf *leaf) in __sev_cpuid_hv_msr()
431 static int __sev_cpuid_hv_ghcb(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in __sev_cpuid_hv_ghcb()
464 static int sev_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in sev_cpuid_hv()
538 snp_cpuid_get_validated_func(struct cpuid_leaf *leaf) in snp_cpuid_get_validated_func()
573 static void snp_cpuid_hv(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in snp_cpuid_hv()
580 struct cpuid_leaf *leaf) in snp_cpuid_postprocess()
582 struct cpuid_leaf leaf_hv = *leaf; in snp_cpuid_postprocess()
675 snp_cpuid(struct ghcb *ghcb, struct es_em_ctxt *ctxt, struct cpuid_leaf *leaf) in snp_cpuid()
722 struct cpuid_leaf leaf; in do_vc_no_ghcb()
[all …]
/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c81 cpuid_leaf(0x8000001e, &leaf); in parse_8000_001e()
/linux/arch/x86/include/asm/
H A Dcpuid.h142 #define cpuid_leaf(leaf, regs) { \ macro