Searched refs:VM_EXIT_INSTRUCTION_LEN (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 43 SHADOW_FIELD_RO(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len)
|
H A D | vmcs12.c | 89 FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len),
|
H A D | evmcs.c | 245 EVMCS1_FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len,
|
H A D | vmx.c | 1657 * Using VMCS.VM_EXIT_INSTRUCTION_LEN on EPT misconfig depends on in skip_emulated_instruction() 1660 * VM_EXIT_INSTRUCTION_LEN on EPT misconfig, but other hypervisors in skip_emulated_instruction() 1667 rip = orig_rip + vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in skip_emulated_instruction() 4798 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in rmode_exception() 5008 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in handle_exception_nmi() 6043 vmcs_read32(VM_EXIT_INSTRUCTION_LEN)); in dump_vmcs() 6668 VM_EXIT_INSTRUCTION_LEN, in vmx_complete_interrupts()
|
H A D | nested.c | 4198 vmcs12->vm_exit_instruction_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in prepare_vmcs12()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 43 SHADOW_FIELD_RO(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len)
|
H A D | vmcs12.c | 91 FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len),
|
H A D | hyperv.c | 374 EVMCS1_FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len,
|
H A D | vmx.c | 1693 * Using VMCS.VM_EXIT_INSTRUCTION_LEN on EPT misconfig depends on in skip_emulated_instruction() 1696 * VM_EXIT_INSTRUCTION_LEN on EPT misconfig, but other hypervisors in skip_emulated_instruction() 1702 instr_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in skip_emulated_instruction() 5111 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in rmode_exception() 5320 vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in handle_exception_nmi() 6376 vmcs_read32(VM_EXIT_INSTRUCTION_LEN)); in dump_vmcs() 7123 VM_EXIT_INSTRUCTION_LEN, in vmx_complete_interrupts()
|
H A D | nested.c | 4439 vmcs12->vm_exit_instruction_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN); in prepare_vmcs12()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_preemption_timer_test.c | 99 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN)); in l1_guest_code()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_preemption_timer_test.c | 100 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN)); in l1_guest_code()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 568 case VM_EXIT_INSTRUCTION_LEN: in evmcs_vmread() 955 case VM_EXIT_INSTRUCTION_LEN: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 276 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 265 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 293 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 220 VM_EXIT_INSTRUCTION_LEN = 0x0000440c, enumerator
|
H A D | evmcs.h | 588 case VM_EXIT_INSTRUCTION_LEN: in evmcs_vmread() 1089 case VM_EXIT_INSTRUCTION_LEN: in evmcs_vmwrite()
|
Completed in 59 milliseconds