Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c2053 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened()
4650 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12()
5134 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument
5148 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address()
5149 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address()
5150 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address()
5151 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address()
5152 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address()
5153 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address()
5154 int base_reg = (vmx_instruction_info >> 23) & 0xf; in get_vmx_mem_address()
[all …]
H A Dvmcs12.h144 u32 vmx_instruction_info; member
320 CHECK_OFFSET(vmx_instruction_info, 836); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c92 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
H A Dnested.h35 u32 vmx_instruction_info, bool wr, int len, gva_t *ret);
H A Dhyperv_evmcs.c264 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
H A Dvmx.c5959 u32 vmx_instruction_info; in handle_invpcid() local
5973 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid()
5974 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
5981 vmx_instruction_info, false, in handle_invpcid()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst180 u32 vmx_instruction_info;