Searched refs:GUEST_RIP (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | state_test.c | 62 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code() 64 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code() 65 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0fffee)); in vmx_l2_guest_code() 67 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0fffee); in vmx_l2_guest_code() 68 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0ffffee)); in vmx_l2_guest_code() 109 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + 3); in vmx_l1_guest_code() 120 vmwrite(GUEST_RIP, 0xc0ffee); in vmx_l1_guest_code() 122 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l1_guest_code() 129 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_l1_guest_code() 133 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_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 | nested_exceptions_test.c | 116 GUEST_ASSERT(!vmwrite(GUEST_RIP, (u64)l2_code)); in vmx_run_l2()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmcs_shadow_fields.h | 62 SHADOW_FIELD_RW(GUEST_RIP, guest_rip)
|
| H A D | vmcs12.c | 137 FIELD(GUEST_RIP, guest_rip),
|
| H A D | hyperv_evmcs.c | 15 EVMCS1_FIELD(GUEST_RIP, guest_rip,
|
| H A D | vmx.c | 2512 vcpu->arch.regs[VCPU_REGS_RIP] = vmcs_readl(GUEST_RIP); in vmx_cache_reg() 6374 vmcs_readl(GUEST_RSP), vmcs_readl(GUEST_RIP)); in dump_vmcs() 7449 vmcs_writel(GUEST_RIP, vcpu->arch.regs[VCPU_REGS_RIP]); in vmx_vcpu_run()
|
| /linux-6.15/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-6.15/arch/x86/include/asm/ |
| H A D | vmx.h | 366 GUEST_RIP = 0x0000681e, enumerator
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 351 vmwrite(GUEST_RIP, (uint64_t)rip); in init_vmcs_guest_state()
|