Searched refs:vmx_instruction_info (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | nested.c | 1942 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened() 4401 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12() 4868 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument 4882 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address() 4883 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address() 4884 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address() 4885 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address() 4886 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address() 4887 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() 4888 int base_reg = (vmx_instruction_info >> 23) & 0xf; in get_vmx_mem_address() [all …]
|
D | vmcs12.h | 144 u32 vmx_instruction_info; member 319 CHECK_OFFSET(vmx_instruction_info, 836); in vmx_check_vmcs12_offsets()
|
D | nested.h | 34 u32 vmx_instruction_info, bool wr, int len, gva_t *ret);
|
D | vmcs12.c | 91 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
|
D | evmcs.c | 272 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
|
D | vmx.c | 5818 u32 vmx_instruction_info; in handle_invpcid() local 5832 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid() 5833 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid() 5840 vmx_instruction_info, false, in handle_invpcid()
|
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/ |
D | evmcs.h | 174 u32 vmx_instruction_info; member 602 *value = current_evmcs->vmx_instruction_info; in evmcs_vmread() 1104 current_evmcs->vmx_instruction_info = value; in evmcs_vmwrite()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 528 u32 vmx_instruction_info; member
|
/linux-6.1.9/Documentation/virt/kvm/x86/ |
D | nested-vmx.rst | 180 u32 vmx_instruction_info;
|