Lines Matching refs:hv_clean_fields
590 evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP) in nested_vmx_prepare_msr_bitmap()
1573 static void copy_enlightened_to_vmcs12(struct vcpu_vmx *vmx, u32 hv_clean_fields) in copy_enlightened_to_vmcs12() argument
1583 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1590 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1602 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1608 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1613 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1618 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1628 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1655 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1664 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1670 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1675 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1715 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1724 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1736 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()
2072 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2403 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2445 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2540 !(vmx->nested.hv_evmcs->hv_clean_fields & in prepare_vmcs02()
2663 vmx->nested.hv_evmcs->hv_clean_fields |= in prepare_vmcs02()
3583 copy_enlightened_to_vmcs12(vmx, vmx->nested.hv_evmcs->hv_clean_fields); in nested_vmx_run()