Searched refs:vm_exit_msr_load_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 127 u32 vm_exit_msr_load_count; member 306 CHECK_OFFSET(vm_exit_msr_load_count, 776); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 75 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
H A D | evmcs.c | 259 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
H A D | nested.c | 780 vmcs12->vm_exit_msr_load_count, in nested_vmx_check_exit_msr_switch_controls() 1804 * vmcs12->vm_exit_msr_load_count = evmcs->vm_exit_msr_load_count; in copy_enlightened_to_vmcs12() 1891 * evmcs->vm_exit_msr_load_count = vmcs12->vm_exit_msr_load_count; in copy_vmcs12_to_enlightened() 4344 vmcs12->vm_exit_msr_load_count)) in load_vmcs12_host_state() 4444 for (j = 0; j < vmcs12->vm_exit_msr_load_count; j++) { in nested_vmx_restore_host_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 129 u32 vm_exit_msr_load_count; member 303 CHECK_OFFSET(vm_exit_msr_load_count, 776); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
H A D | hyperv.c | 388 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
H A D | nested.c | 790 vmcs12->vm_exit_msr_load_count, in nested_vmx_check_exit_msr_switch_controls() 1795 * vmcs12->vm_exit_msr_load_count = evmcs->vm_exit_msr_load_count; in copy_enlightened_to_vmcs12() 1882 * evmcs->vm_exit_msr_load_count = vmcs12->vm_exit_msr_load_count; in copy_vmcs12_to_enlightened() 4584 vmcs12->vm_exit_msr_load_count)) in load_vmcs12_host_state() 4683 for (j = 0; j < vmcs12->vm_exit_msr_load_count; j++) { in nested_vmx_restore_host_state()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 120 u32 vm_exit_msr_load_count; member 587 *value = current_evmcs->vm_exit_msr_load_count; in evmcs_vmread() 974 current_evmcs->vm_exit_msr_load_count = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 399 u32 vm_exit_msr_load_count; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 114 u32 vm_exit_msr_load_count; member 607 *value = current_evmcs->vm_exit_msr_load_count; in evmcs_vmread() 1114 current_evmcs->vm_exit_msr_load_count = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 514 u32 vm_exit_msr_load_count; member
|
Completed in 24 milliseconds