Home
last modified time | relevance | path

Searched refs:vm_entry_exception_error_code (Results 1 – 8 of 8) sorted by relevance

/linux-5.10/arch/x86/kvm/vmx/
Dvmcs_shadow_fields.h52 SHADOW_FIELD_RW(VM_ENTRY_EXCEPTION_ERROR_CODE, vm_entry_exception_error_code)
Dvmcs12.h131 u32 vm_entry_exception_error_code; member
310 CHECK_OFFSET(vm_entry_exception_error_code, 792); in vmx_check_vmcs12_offsets()
Dvmcs12.c79 FIELD(VM_ENTRY_EXCEPTION_ERROR_CODE, vm_entry_exception_error_code),
Devmcs.c179 vm_entry_exception_error_code,
Dnested.c1639 vmcs12->vm_entry_exception_error_code = in copy_enlightened_to_vmcs12()
1640 evmcs->vm_entry_exception_error_code; in copy_enlightened_to_vmcs12()
1970 evmcs->vm_entry_exception_error_code = in copy_vmcs12_to_enlightened()
1971 vmcs12->vm_entry_exception_error_code; in copy_vmcs12_to_enlightened()
2361 vmcs12->vm_entry_exception_error_code); in prepare_vmcs02_early()
2807 vmcs12->vm_entry_exception_error_code & GENMASK(31, 16))) in nested_check_vm_entry_controls()
/linux-5.10/tools/testing/selftests/kvm/include/
Devmcs.h191 u32 vm_entry_exception_error_code; member
473 *value = current_evmcs->vm_entry_exception_error_code; in evmcs_vmread()
860 current_evmcs->vm_entry_exception_error_code = value; in evmcs_vmwrite()
/linux-5.10/arch/x86/include/asm/
Dhyperv-tlfs.h470 u32 vm_entry_exception_error_code; member
/linux-5.10/Documentation/virt/kvm/
Dnested-vmx.rst167 u32 vm_entry_exception_error_code;