Searched refs:output_e (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 2978 struct kvm_cpuid_entry2 *output_e) in tdx_vcpu_get_cpuid_leaf() argument 2984 ret = tdx_read_cpuid(vcpu, leaf, 0, false, entry_index, output_e); in tdx_vcpu_get_cpuid_leaf() 2996 if (tdx_read_cpuid(vcpu, leaf, sub_leaf, true, entry_index, output_e)) in tdx_vcpu_get_cpuid_leaf() 3000 output_e++; in tdx_vcpu_get_cpuid_leaf()
|