Searched refs:vmx_instruction_info (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/arch/x86/kvm/vmx/ |
| D | nested.c | 1953 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened() 4193 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12() 4667 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument 4681 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address() 4682 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address() 4683 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address() 4684 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address() 4685 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address() 4686 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() 4687 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 | 246 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
|
| D | vmx.c | 5464 u32 vmx_instruction_info; in handle_invpcid() local 5477 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid() 5478 type = kvm_register_read(vcpu, (vmx_instruction_info >> 28) & 0xf); in handle_invpcid() 5489 vmx_instruction_info, false, in handle_invpcid()
|
| /Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/ |
| D | evmcs.h | 174 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-v5.15/arch/x86/include/asm/ |
| D | hyperv-tlfs.h | 508 u32 vmx_instruction_info; member
|
| /Linux-v5.15/Documentation/virt/kvm/ |
| D | nested-vmx.rst | 180 u32 vmx_instruction_info;
|