Searched refs:guest_rip (Results 1 – 7 of 7) sorted by relevance
/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 | 1439 vmcs12->guest_rip = evmcs->guest_rip; in copy_enlightened_to_vmcs12() 1812 evmcs->guest_rip = vmcs12->guest_rip; in copy_vmcs12_to_enlightened() 2451 kvm_rip_write(vcpu, vmcs12->guest_rip); in prepare_vmcs02() 3669 vmcs12->guest_rip = kvm_rip_read(vcpu); in sync_vmcs02_to_vmcs12()
|
/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)
|
/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 721 u64 guest_rip; member
|