Searched refs:GUEST_RIP (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | state_test.c | 66 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code() 68 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code() 69 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0fffee)); in vmx_l2_guest_code() 71 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0fffee); in vmx_l2_guest_code() 72 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0ffffee)); in vmx_l2_guest_code() 113 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + 3); in vmx_l1_guest_code() 124 vmwrite(GUEST_RIP, 0xc0ffee); in vmx_l1_guest_code() 126 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l1_guest_code() 133 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_l1_guest_code() 137 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_l1_guest_code()
|
| H A D | vmx_apicv_updates_test.c | 69 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN)); in l1_guest_code()
|
| H A D | nested_emulation_test.c | 74 GUEST_ASSERT(!vmwrite(GUEST_RIP, (u64)l2_guest_code)); in guest_code() 108 GUEST_ASSERT_EQ(vmreadz(GUEST_RIP), (u64)l2_instruction); in guest_code()
|
| H A D | vmx_preemption_timer_test.c | 98 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN)); in l1_guest_code()
|
| H A D | kvm_buslock_test.c | 55 GUEST_ASSERT(!vmwrite(GUEST_RIP, (u64)l2_guest_code)); in l1_vmx_code()
|
| H A D | aperfmperf_test.c | 90 GUEST_ASSERT(!vmwrite(GUEST_RIP, (u64)l2_guest_code)); in l1_vmx_code()
|
| H A D | nested_exceptions_test.c | 116 GUEST_ASSERT(!vmwrite(GUEST_RIP, (u64)l2_code)); in vmx_run_l2()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 268 GUEST_RIP = 0x0000681e, enumerator
|
| H A D | evmcs.h | 279 case GUEST_RIP: in evmcs_vmread() 678 case GUEST_RIP: in evmcs_vmwrite()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 362 vmwrite(GUEST_RIP, (u64)rip); in init_vmcs_guest_state()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1813 * vmcs.GUEST_RIP points at the exit point of the enclave, not in skip_emulated_instruction() 2634 vcpu->arch.rip = vmcs_readl(GUEST_RIP); in vmx_cache_reg() 6538 vmcs_readl(GUEST_RSP), vmcs_readl(GUEST_RIP)); in dump_vmcs() 7550 vmcs_writel(GUEST_RIP, vcpu->arch.rip); in vmx_vcpu_run()
|