Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
A Dvmcs12.h144 u32 vmx_instruction_info; member
320 CHECK_OFFSET(vmx_instruction_info, 836); in vmx_check_vmcs12_offsets()
A Dnested.c2069 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened()
5168 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address()
5169 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address()
5170 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address()
5171 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address()
5172 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address()
5894 u32 vmx_instruction_info, types; in handle_invept() local
5927 vmx_instruction_info, false, sizeof(operand), &gva)) in handle_invept()
5974 u32 vmx_instruction_info; in handle_invvpid() local
6010 vmx_instruction_info, false, sizeof(operand), &gva)) in handle_invvpid()
[all …]
A Dvmcs12.c92 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
A Dnested.h53 u32 vmx_instruction_info, bool wr, int len, gva_t *ret);
A Dhyperv_evmcs.c264 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
A Dvmx.c5849 u32 vmx_instruction_info; in handle_invpcid() local
5863 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid()
5864 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
5871 vmx_instruction_info, false, in handle_invpcid()

Completed in 358 milliseconds