Searched refs:GUEST_RSP (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmcs_shadow_fields.h | 63 SHADOW_FIELD_RW(GUEST_RSP, guest_rsp)
|
| H A D | vmcs12.c | 136 FIELD(GUEST_RSP, guest_rsp),
|
| H A D | hyperv_evmcs.c | 17 EVMCS1_FIELD(GUEST_RSP, guest_rsp,
|
| H A D | vmx.c | 2509 vcpu->arch.regs[VCPU_REGS_RSP] = vmcs_readl(GUEST_RSP); in vmx_cache_reg() 6374 vmcs_readl(GUEST_RSP), vmcs_readl(GUEST_RIP)); in dump_vmcs() 7447 vmcs_writel(GUEST_RSP, vcpu->arch.regs[VCPU_REGS_RSP]); in vmx_vcpu_run()
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 267 GUEST_RSP = 0x0000681c, enumerator
|
| H A D | evmcs.h | 282 case GUEST_RSP: in evmcs_vmread() 682 case GUEST_RSP: in evmcs_vmwrite()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | vmx.h | 365 GUEST_RSP = 0x0000681c, enumerator
|
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 350 vmwrite(GUEST_RSP, (uint64_t)rsp); in init_vmcs_guest_state()
|