Home
last modified time | relevance | path

Searched refs:host_rip (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h44 u64 host_rip; member
310 *value = current_evmcs->host_rip; in evmcs_vmread()
719 current_evmcs->host_rip = value; in evmcs_vmwrite()
1230 [host_rip]"r" in evmcs_vmlaunch()
1231 ((u64)&current_evmcs->host_rip) in evmcs_vmlaunch()
1269 [host_rip]"r" in evmcs_vmresume()
1270 ((u64)&current_evmcs->host_rip) in evmcs_vmresume()
H A Dvmx.h395 [host_rip]"r"((u64)HOST_RIP) in vmlaunch()
430 [host_rip]"r"((u64)HOST_RIP) in vmresume()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst155 natural_width host_rip;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1754 vmcs12->host_rip = evmcs->host_rip; in copy_enlightened_to_vmcs12()
3184 CC((vmcs12->host_rip) >> 32)) in nested_vmx_check_host_state()
3205 CC(is_l1_noncanonical_address_on_vmexit(vmcs12->host_rip, vmcs12))) in nested_vmx_check_host_state()
4790 kvm_rip_write(vcpu, vmcs12->host_rip); in load_vmcs12_host_state()