Lines Matching refs:hv_clean_fields

593 	    evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP)  in nested_vmx_prepare_msr_bitmap()
1579 static void copy_enlightened_to_vmcs12(struct vcpu_vmx *vmx, u32 hv_clean_fields) in copy_enlightened_to_vmcs12() argument
1589 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1596 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1608 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1614 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1619 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1624 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1634 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1661 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1670 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1676 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1681 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1721 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1730 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1742 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1752 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1758 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
2078 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2408 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2450 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2545 !(vmx->nested.hv_evmcs->hv_clean_fields & in prepare_vmcs02()
2668 vmx->nested.hv_evmcs->hv_clean_fields |= in prepare_vmcs02()
3588 copy_enlightened_to_vmcs12(vmx, vmx->nested.hv_evmcs->hv_clean_fields); in nested_vmx_run()