Lines Matching refs:hv_clean_fields
582 evmcs->hv_clean_fields & HV_VMX_ENLIGHTENED_CLEAN_FIELD_MSR_BITMAP) in nested_vmx_prepare_msr_bitmap()
1556 static void copy_enlightened_to_vmcs12(struct vcpu_vmx *vmx, u32 hv_clean_fields) in copy_enlightened_to_vmcs12() argument
1565 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1577 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1583 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1588 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1593 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1603 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1630 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1639 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1645 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1650 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1690 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1699 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1711 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1721 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1727 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
2046 vmx->nested.hv_evmcs->hv_clean_fields &= in nested_vmx_handle_enlightened_vmptrld()
2377 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2419 if (!hv_evmcs || !(hv_evmcs->hv_clean_fields & in prepare_vmcs02_rare()
2514 !(vmx->nested.hv_evmcs->hv_clean_fields & in prepare_vmcs02()
2640 vmx->nested.hv_evmcs->hv_clean_fields |= in prepare_vmcs02()
3554 copy_enlightened_to_vmcs12(vmx, vmx->nested.hv_evmcs->hv_clean_fields); in nested_vmx_run()