Searched refs:write_guest_real (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.h | 340 * write_guest_real - copy data from kernel space to guest space real 356 int write_guest_real(struct kvm_vcpu *vcpu, unsigned long gra, void *data, in write_guest_real() function
|
H A D | kvm-s390.c | 4458 if (write_guest_real(vcpu, 163, &archmode, 1)) in kvm_s390_store_status_unloaded()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.h | 401 * write_guest_real - copy data from kernel space to guest space real 417 int write_guest_real(struct kvm_vcpu *vcpu, unsigned long gra, void *data, in write_guest_real() function
|
H A D | kvm-s390.c | 5134 if (write_guest_real(vcpu, 163, &archmode, 1)) in kvm_s390_store_status_unloaded()
|
Completed in 14 milliseconds