Home
last modified time | relevance | path

Searched refs:guest_rip (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_evmcs.c139 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code()
147 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()
153 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()
162 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code()
168 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()
176 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsvm.c84 void generic_svm_setup(struct svm_test_data *svm, void *guest_rip, void *guest_rsp) in generic_svm_setup() argument
124 vmcb->save.rip = (u64)guest_rip; in generic_svm_setup()
H A Dvmx.c369 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs() argument
373 init_vmcs_guest_state(guest_rip, guest_rsp); in prepare_vmcs()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dsvm_util.h60 void generic_svm_setup(struct svm_test_data *svm, void *guest_rip, void *guest_rsp);
H A Devmcs.h186 u64 guest_rip; member
280 *value = current_evmcs->guest_rip; in evmcs_vmread()
679 current_evmcs->guest_rip = value; in evmcs_vmwrite()
H A Dvmx.h555 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp);
/linux/arch/x86/kvm/
H A Dtrace.h398 __field( unsigned long, guest_rip ) \
409 __entry->guest_rip = tracing_kvm_rip_read(vcpu); \
426 __entry->guest_rip, __entry->info1, __entry->info2, \
507 __field( unsigned long, guest_rip )
514 __entry->guest_rip = tracing_kvm_rip_read(vcpu);
520 __entry->vcpu_id, __entry->guest_rip,
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst139 natural_width guest_rip;
/linux/arch/x86/kvm/vmx/
H A Dnested.c1727 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12()
2134 evmcs->guest_rip = vmcs12->guest_rip; in nested_vmx_handle_enlightened_vmptrld()
2858 kvm_rip_write(vcpu, vmcs12->guest_rip); in nested_vmx_check_nmi_controls()
3639 vmcs12->guest_rip, in nested_vmx_enter_non_root_mode()
4661 vmcs12->guest_rip = kvm_rip_read(vcpu); in sync_vmcs02_to_vmcs12()