Searched refs:cpuid_leaf (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/coco/sev/ |
H A D | shared.c | 49 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 D | topology_amd.c | 81 cpuid_leaf(0x8000001e, &leaf); in parse_8000_001e()
|
/linux/arch/x86/include/asm/ |
H A D | cpuid.h | 142 #define cpuid_leaf(leaf, regs) { \ macro
|