Searched refs:nested_cpu_has2 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.h | 161 static inline bool nested_cpu_has2(struct vmcs12 *vmcs12, u32 bit) in nested_cpu_has2() function 191 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT); in nested_cpu_has_ept() 196 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_cpu_has_xsaves() 201 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_PML); in nested_cpu_has_pml() 211 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID); in nested_cpu_has_vpid() 216 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_APIC_REGISTER_VIRT); in nested_cpu_has_apic_reg_virt() 221 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY); in nested_cpu_has_vid() 231 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VMFUNC); in nested_cpu_has_vmfunc() 243 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_SHADOW_VMCS); in nested_cpu_has_shadow_vmcs() 269 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENCLS_EXITING); in nested_cpu_has_encls_exit() [all …]
|
| H A D | nested.c | 2936 bool urg = nested_cpu_has2(vmcs12, in nested_check_vm_entry_controls() 4976 if (nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in __nested_vmx_vmexit() 6311 !nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENCLS_EXITING)) in nested_vmx_exit_handled_encls() 6481 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_RDRAND_EXITING); in nested_vmx_l1_wants_exit() 6483 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_RDSEED_EXITING); in nested_vmx_l1_wants_exit() 6509 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_DESC); in nested_vmx_l1_wants_exit() 6523 nested_cpu_has2(vmcs12, in nested_vmx_l1_wants_exit() 6540 nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_INVPCID) && in nested_vmx_l1_wants_exit() 6543 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_WBINVD_EXITING); in nested_vmx_l1_wants_exit() 6553 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_XSAVES); in nested_vmx_l1_wants_exit() [all …]
|
| H A D | vmx.c | 1948 nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in vmx_get_l2_tsc_multiplier() 3500 !nested_cpu_has2(get_vmcs12(vcpu), SECONDARY_EXEC_DESC)) { in vmx_set_cr4() 8121 if (!nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_RDTSCP)) { in vmx_check_intercept() 8146 if (!nested_cpu_has2(vmcs12, SECONDARY_EXEC_DESC)) in vmx_check_intercept()
|