Searched refs:guest_rip (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_evmcs.c | 140 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code() 148 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code() 154 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code() 163 current_evmcs->guest_rip += 3; /* vmcall */ in guest_code() 169 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code() 177 current_evmcs->guest_rip += 2; /* rdmsr */ in guest_code()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | svm.c | 63 void generic_svm_setup(struct svm_test_data *svm, void *guest_rip, void *guest_rsp) in generic_svm_setup() argument 103 vmcb->save.rip = (u64)guest_rip; in generic_svm_setup()
|
H A D | vmx.c | 360 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp) in prepare_vmcs() argument 364 init_vmcs_guest_state(guest_rip, guest_rsp); in prepare_vmcs()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | svm_util.h | 60 void generic_svm_setup(struct svm_test_data *svm, void *guest_rip, void *guest_rsp);
|
H A D | evmcs.h | 189 u64 guest_rip; member 283 *value = current_evmcs->guest_rip; in evmcs_vmread() 682 current_evmcs->guest_rip = value; in evmcs_vmwrite()
|
H A D | vmx.h | 559 void prepare_vmcs(struct vmx_pages *vmx, void *guest_rip, void *guest_rsp);
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 62 SHADOW_FIELD_RW(GUEST_RIP, guest_rip)
|
H A D | vmcs12.h | 103 natural_width guest_rip; member 278 CHECK_OFFSET(guest_rip, 544); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 137 FIELD(GUEST_RIP, guest_rip),
|
H A D | hyperv.c | 22 EVMCS1_FIELD(GUEST_RIP, guest_rip,
|
H A D | nested.c | 1591 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12() 1994 evmcs->guest_rip = vmcs12->guest_rip; in copy_vmcs12_to_enlightened() 2674 kvm_rip_write(vcpu, vmcs12->guest_rip); in prepare_vmcs02() 3415 vmcs12->guest_rip, in nested_vmx_enter_non_root_mode() 4389 vmcs12->guest_rip = kvm_rip_read(vcpu); in sync_vmcs02_to_vmcs12()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | trace.h | 301 __field( unsigned long, guest_rip ) \ 311 __entry->guest_rip = kvm_rip_read(vcpu); \ 326 __entry->guest_rip, __entry->info1, __entry->info2, \ 405 __field( unsigned long, guest_rip ) 412 __entry->guest_rip = kvm_rip_read(vcpu); 418 __entry->vcpu_id, __entry->guest_rip,
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 589 u64 guest_rip; member
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | nested-vmx.rst | 139 natural_width guest_rip;
|