Searched refs:vmx_instruction_info (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/x86/kvm/vmx/ |
D | nested.c | 1973 evmcs->vmx_instruction_info = vmcs12->vmx_instruction_info; in copy_vmcs12_to_enlightened() 4440 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in prepare_vmcs12() 4918 u32 vmx_instruction_info, bool wr, int len, gva_t *ret) in get_vmx_mem_address() argument 4932 int scaling = vmx_instruction_info & 3; in get_vmx_mem_address() 4933 int addr_size = (vmx_instruction_info >> 7) & 7; in get_vmx_mem_address() 4934 bool is_reg = vmx_instruction_info & (1u << 10); in get_vmx_mem_address() 4935 int seg_reg = (vmx_instruction_info >> 15) & 7; in get_vmx_mem_address() 4936 int index_reg = (vmx_instruction_info >> 18) & 0xf; in get_vmx_mem_address() 4937 bool index_is_valid = !(vmx_instruction_info & (1u << 22)); in get_vmx_mem_address() 4938 int base_reg = (vmx_instruction_info >> 23) & 0xf; in get_vmx_mem_address() [all …]
|
D | vmcs12.h | 144 u32 vmx_instruction_info; member 318 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 | 92 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
|
D | hyperv.c | 376 EVMCS1_FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info,
|
D | vmx.c | 5941 u32 vmx_instruction_info; in handle_invpcid() local 5955 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO); in handle_invpcid() 5956 gpr_index = vmx_get_instr_info_reg2(vmx_instruction_info); in handle_invpcid() 5963 vmx_instruction_info, false, in handle_invpcid()
|
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/ |
D | evmcs.h | 168 u32 vmx_instruction_info; member 592 *value = current_evmcs->vmx_instruction_info; in evmcs_vmread() 1094 current_evmcs->vmx_instruction_info = value; in evmcs_vmwrite()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 568 u32 vmx_instruction_info; member
|
/Linux-v6.6/Documentation/virt/kvm/x86/ |
D | nested-vmx.rst | 180 u32 vmx_instruction_info;
|