Home
last modified time | relevance | path

Searched refs:GUEST_RIP (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dstate_test.c64 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code()
66 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l2_guest_code()
67 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0fffee)); in vmx_l2_guest_code()
69 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0fffee); in vmx_l2_guest_code()
70 GUEST_ASSERT(!vmwrite(GUEST_RIP, 0xc0ffffee)); in vmx_l2_guest_code()
111 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + 3); in vmx_l1_guest_code()
122 vmwrite(GUEST_RIP, 0xc0ffee); in vmx_l1_guest_code()
124 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffee); in vmx_l1_guest_code()
131 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_l1_guest_code()
135 GUEST_ASSERT(vmreadz(GUEST_RIP) == 0xc0ffffee); in vmx_l1_guest_code()
H A Dvmx_preemption_timer_test.c100 vmwrite(GUEST_RIP, vmreadz(GUEST_RIP) + vmreadz(VM_EXIT_INSTRUCTION_LEN)); in l1_guest_code()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h62 SHADOW_FIELD_RW(GUEST_RIP, guest_rip)
H A Dvmcs12.c135 FIELD(GUEST_RIP, guest_rip),
H A Devmcs.c24 EVMCS1_FIELD(GUEST_RIP, guest_rip,
H A Dvmx.c2317 vcpu->arch.regs[VCPU_REGS_RIP] = vmcs_readl(GUEST_RIP); in vmx_cache_reg()
5935 vmcs_readl(GUEST_RSP), vmcs_readl(GUEST_RIP)); in dump_vmcs()
6839 vmcs_writel(GUEST_RIP, vcpu->arch.regs[VCPU_REGS_RIP]); in vmx_vcpu_run()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Devmcs.h262 case GUEST_RIP: in evmcs_vmread()
649 case GUEST_RIP: in evmcs_vmwrite()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h315 GUEST_RIP = 0x0000681e, enumerator
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h326 GUEST_RIP = 0x0000681e, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c368 vmwrite(GUEST_RIP, (uint64_t)rip); in init_vmcs_guest_state()