Searched refs:HOST_RSP (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/ |
D | vmx.h | 285 HOST_RSP = 0x00006c14, enumerator 396 : [host_rsp]"r"((uint64_t)HOST_RSP), in vmlaunch() 431 : [host_rsp]"r"((uint64_t)HOST_RSP), in vmresume()
|
D | evmcs.h | 432 case HOST_RSP: in evmcs_vmread() 881 case HOST_RSP: in evmcs_vmwrite()
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | vmcs12.c | 152 FIELD(HOST_RSP, host_rsp),
|
D | hyperv.c | 231 EVMCS1_FIELD(HOST_RSP, host_rsp,
|
D | vmx.c | 6331 vmcs_readl(HOST_RIP), vmcs_readl(HOST_RSP)); in dump_vmcs() 7190 vmcs_writel(HOST_RSP, host_rsp); in vmx_update_host_rsp()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | vmx.h | 358 HOST_RSP = 0x00006c14, enumerator
|