Searched refs:vmx_instruction_info (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | nested.c | 1957 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened() 4104 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12() 4555 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument 4569 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address() 4570 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address() 4571 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address() 4572 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address() 4573 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address() 4574 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() 4575 int base_reg = (vmx_instruction_info >> 23) & 0xf; in get_vmx_mem_address() [all …]
|
| D | vmcs12.h | 142 u32 vmx_instruction_info; member 321 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 | 90 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
|
| D | evmcs.c | 247 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
|
| D | vmx.c | 5526 u32 vmx_instruction_info; in handle_invpcid() local 5539 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid() 5540 type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf); in handle_invpcid() 5551 vmx_instruction_info, false, in handle_invpcid()
|
| /Linux-v5.10/tools/testing/selftests/kvm/include/ |
| 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.10/arch/x86/include/asm/ |
| D | hyperv-tlfs.h | 453 u32 vmx_instruction_info; member
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | nested-vmx.rst | 178 u32 vmx_instruction_info;
|