Searched refs:guest_rip (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs_shadow_fields.h | 62 SHADOW_FIELD_RW(GUEST_RIP, guest_rip)
|
| D | vmcs12.h | 104 natural_width guest_rip; member 287 CHECK_OFFSET(guest_rip, 544); in vmx_check_vmcs12_offsets()
|
| D | vmcs12.c | 139 FIELD(GUEST_RIP, guest_rip),
|
| D | evmcs.c | 22 EVMCS1_FIELD(GUEST_RIP, guest_rip,
|
| D | nested.c | 1434 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12() 1807 evmcs->guest_rip = vmcs12->guest_rip; in copy_vmcs12_to_enlightened() 2434 kvm_rip_write(vcpu, vmcs12->guest_rip); in prepare_vmcs02() 3661 vmcs12->guest_rip = kvm_rip_read(vcpu); in sync_vmcs02_to_vmcs12()
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/ |
| D | evmcs.h | 193 u64 guest_rip; member 261 *value = current_evmcs->guest_rip; in evmcs_vmread() 648 current_evmcs->guest_rip = value; in evmcs_vmwrite()
|
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 372 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs() argument 376 init_vmcs_guest_state(guest_rip, guest_rsp); in prepare_vmcs()
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 580 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp);
|
| /Linux-v5.4/arch/x86/kvm/ |
| D | trace.h | 231 __field( unsigned long, guest_rip ) 240 __entry->guest_rip = kvm_rip_read(vcpu); 252 __entry->guest_rip, __entry->info1, __entry->info2)
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | hyperv-tlfs.h | 721 u64 guest_rip; member
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | nested-vmx.txt | 135 natural_width guest_rip;
|