Lines Matching refs:hv_clean_fields

646 		    evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP)  in nested_vmx_prepare_msr_bitmap()
1654 static void copy_enlightened_to_vmcs12(struct vcpu_vmx *vmx, u32 hv_clean_fields) in copy_enlightened_to_vmcs12() argument
1665 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1672 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1684 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1690 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1695 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1700 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1710 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1737 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1746 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1752 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1757 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1797 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1806 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1818 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1828 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1834 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
2162 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2511 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2554 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2650 !(evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_GUEST_GRP1); in prepare_vmcs02()
2772 evmcs->hv_clean_fields |= HV_VMX_ENLIGHTENED_CLEAN_FIELD_ALL; in prepare_vmcs02()
3699 copy_enlightened_to_vmcs12(vmx, evmcs->hv_clean_fields); in nested_vmx_run()