Searched refs:read_guest_lc (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dintercept.c271 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &psw, sizeof(psw_t));
314 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t));
476 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t));
H A Dgaccess.h93 * put_guest_lc, read_guest_lc and write_guest_lc are guest access functions
158 * read_guest_lc - copy data from guest vcpu's lowcore to kernel space
175 int read_guest_lc(struct kvm_vcpu *vcpu, unsigned long gra, void *data, function
H A Dinterrupt.c503 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW,
527 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW,
556 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW,
593 rc = read_guest_lc(vcpu, __LC_MCESAD, &ext_sa_addr,
637 rc |= read_guest_lc(vcpu, __LC_MCK_NEW_PSW,
740 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw),
796 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW,
830 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &vcpu->arch.sie_block->gpsw,
964 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW,
987 rc |= read_guest_lc(vcp
[all...]

Completed in 105 milliseconds