Searched refs:VM_EXIT_INSTRUCTION_LEN (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h43 SHADOW_FIELD_RO(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len)
H A Dvmcs12.c91 FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len),
H A Dhyperv_evmcs.c262 EVMCS1_FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len,
H A Dvmx.c1680 * Using VMCS.VM_EXIT_INSTRUCTION_LEN on EPT misconfig depends on
1683 * VM_EXIT_INSTRUCTION_LEN on EPT misconfig, but other hypervisors
1689 instr_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
5103 vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
5312 vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
6389 vmcs_read32(VM_EXIT_INSTRUCTION_LEN));
7137 VM_EXIT_INSTRUCTION_LEN,
H A Dnested.c4483 vmcs12->vm_exit_instruction_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c99 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN));
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h220 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator in enum:vmcs_field
H A Devmcs.h588 case VM_EXIT_INSTRUCTION_LEN:
1089 case VM_EXIT_INSTRUCTION_LEN:
/linux-master/arch/x86/include/asm/
H A Dvmx.h294 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator in enum:vmcs_field

Completed in 176 milliseconds