Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.c2088 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened()
4750 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12()
5219 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument
5233 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address()
5234 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address()
5235 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address()
5236 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address()
5237 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address()
5238 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address()
5239 int base_reg = (vmx_instruction_info >> 23) & 0xf; in get_vmx_mem_address()
[all …]
H A Dnested.h54 u32 vmx_instruction_info, bool wr, int len, gva_t *ret);
H A Dvmx.c6217 u32 vmx_instruction_info; in handle_invpcid() local
6231 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid()
6232 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
6239 vmx_instruction_info, false, in handle_invpcid()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst180 u32 vmx_instruction_info;