Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
A Dnested.c1921 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened()
4665 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address()
4666 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address()
4667 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address()
4668 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address()
4669 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address()
5365 u32 vmx_instruction_info, types; in handle_invept() local
5398 vmx_instruction_info, false, sizeof(operand), &gva)) in handle_invept()
5445 u32 vmx_instruction_info; in handle_invvpid() local
5481 vmx_instruction_info, false, sizeof(operand), &gva)) in handle_invvpid()
[all …]
A Dvmcs12.h144 u32 vmx_instruction_info; member
319 CHECK_OFFSET(vmx_instruction_info, 836); in vmx_check_vmcs12_offsets()
A Dnested.h34 u32 vmx_instruction_info, bool wr, int len, gva_t *ret);
A Dvmcs12.c91 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
A Devmcs.c246 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
A Dvmx.c5439 u32 vmx_instruction_info; in handle_invpcid() local
5453 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid()
5454 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid()
5461 vmx_instruction_info, false, in handle_invpcid()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Devmcs.h174 u32 vmx_instruction_info; member
572 *value = current_evmcs->vmx_instruction_info; in evmcs_vmread()
959 current_evmcs->vmx_instruction_info = value; in evmcs_vmwrite()
/linux/arch/x86/include/asm/
A Dhyperv-tlfs.h525 u32 vmx_instruction_info; member
/linux/Documentation/virt/kvm/
A Dnested-vmx.rst180 u32 vmx_instruction_info;

Completed in 34 milliseconds