Home
last modified time | relevance | path

Searched refs:hv_clean_fields (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/vmx/
Devmcs.h108 current_evmcs->hv_clean_fields &= ~clean_field; in evmcs_write64()
120 current_evmcs->hv_clean_fields &= ~clean_field; in evmcs_write32()
132 current_evmcs->hv_clean_fields &= ~clean_field; in evmcs_write16()
Dnested.c1588 static void copy_enlightened_to_vmcs12(struct vcpu_vmx *vmx, u32 hv_clean_fields) in copy_enlightened_to_vmcs12() argument
1597 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1605 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1611 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1616 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1621 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1631 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1651 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1660 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
1666 if (unlikely(!(hv_clean_fields & in copy_enlightened_to_vmcs12()
[all …]
Dvmx.c3811 evmcs->hv_clean_fields &= in vmx_msr_bitmap_l01_changed()
6871 current_evmcs->hv_clean_fields |= in vmx_vcpu_run()
/arch/x86/include/asm/
Dhyperv-tlfs.h531 u32 hv_clean_fields; member