Searched refs:cpuid_fn (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/boot/startup/ |
| H A D | sev-shared.c | 304 snp_cpuid_postprocess(void (*cpuid_fn)(void *ctx, struct cpuid_leaf *leaf), in snp_cpuid_postprocess() 311 cpuid_fn(ctx, &leaf_hv); in snp_cpuid_postprocess() 330 cpuid_fn(ctx, &leaf_hv); in snp_cpuid_postprocess() 378 cpuid_fn(ctx, &leaf_hv); in snp_cpuid_postprocess() 399 int snp_cpuid(void (*cpuid_fn)(void *ctx, struct cpuid_leaf *leaf), in snp_cpuid() 434 return snp_cpuid_postprocess(cpuid_fn, ctx, leaf); in snp_cpuid()
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 557 int snp_cpuid(void (*cpuid_fn)(void *ctx, struct cpuid_leaf *leaf),
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 4265 u64 cpuid_fn, cpuid_reg, cpuid_value; in sev_handle_vmgexit_msr_protocol() local 4267 cpuid_fn = get_ghcb_msr_bits(svm, in sev_handle_vmgexit_msr_protocol() 4272 vcpu->arch.regs[VCPU_REGS_RAX] = cpuid_fn; in sev_handle_vmgexit_msr_protocol()
|