Searched refs:cpuid_fn (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 1927 UINT64 cpuid_fn, rip = 0, rax = 0, rcx = 0, rdx = 0, rbx = 0; in whpx_vcpu_run() local 1935 cpuid_fn = vcpu->exit_ctx.CpuidAccess.Rax; in whpx_vcpu_run() 1946 cpu_x86_cpuid(env, cpuid_fn, 0, (UINT32 *)&rax, (UINT32 *)&rbx, in whpx_vcpu_run() 1948 switch (cpuid_fn) { in whpx_vcpu_run()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 2801 u64 cpuid_fn, cpuid_reg, cpuid_value; in sev_handle_vmgexit_msr_protocol() local 2803 cpuid_fn = get_ghcb_msr_bits(svm, in sev_handle_vmgexit_msr_protocol() 2808 vcpu->arch.regs[VCPU_REGS_RAX] = cpuid_fn; in sev_handle_vmgexit_msr_protocol()
|