Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kvm/
Dintercept.c256 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &psw, sizeof(psw_t)); in handle_prog()
288 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
443 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
Dinterrupt.c507 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_cpu_timer()
531 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_ckc()
560 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_pfault_init()
597 rc = read_guest_lc(vcpu, __LC_MCESAD, &ext_sa_addr, in __write_machine_check()
641 rc |= read_guest_lc(vcpu, __LC_MCK_NEW_PSW, in __write_machine_check()
744 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
800 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_emergency_signal()
834 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &vcpu->arch.sie_block->gpsw, in __deliver_external_call()
968 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW, in __deliver_prog()
991 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in write_sclp()
[all …]
Dgaccess.h175 int read_guest_lc(struct kvm_vcpu *vcpu, unsigned long gra, void *data, in read_guest_lc() function