Searched refs:write_guest_lc (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/kvm/ |
H A D | gaccess.h | 93 * put_guest_lc, read_guest_lc and write_guest_lc are guest access functions 132 * write_guest_lc - copy data from kernel space to guest vcpu's lowcore 149 int write_guest_lc(struct kvm_vcpu *vcpu, unsigned long gra, void *data, in write_guest_lc() function
|
H A D | intercept.c | 221 rc = write_guest_lc(vcpu, __LC_PGM_TDB, itdb, sizeof(*itdb)); in handle_itdb()
|
H A D | priv.c | 521 if (write_guest_lc(vcpu, __LC_SUBCHANNEL_ID, &tpi_data, len)) { in handle_tpi() 715 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
|