Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dintercept.c256 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &psw, sizeof(psw_t)); in handle_prog()
298 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
460 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
H A Dinterrupt.c511 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_cpu_timer()
535 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_ckc()
564 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_pfault_init()
601 rc = read_guest_lc(vcpu, __LC_MCESAD, &ext_sa_addr, in __write_machine_check()
645 rc |= read_guest_lc(vcpu, __LC_MCK_NEW_PSW, in __write_machine_check()
748 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
804 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_emergency_signal()
838 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &vcpu->arch.sie_block->gpsw, in __deliver_external_call()
972 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW, in __deliver_prog()
995 rc |= read_guest_lc(vcp in write_sclp()
[all...]
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, in read_guest_lc() function
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dintercept.c271 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &psw, sizeof(psw_t)); in handle_prog()
314 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
476 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
H A Dinterrupt.c503 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_cpu_timer()
527 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_ckc()
556 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_pfault_init()
593 rc = read_guest_lc(vcpu, __LC_MCESAD, &ext_sa_addr, in __write_machine_check()
637 rc |= read_guest_lc(vcpu, __LC_MCK_NEW_PSW, in __write_machine_check()
740 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
796 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_emergency_signal()
830 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &vcpu->arch.sie_block->gpsw, in __deliver_external_call()
964 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW, in __deliver_prog()
987 rc |= read_guest_lc(vcp in write_sclp()
[all...]
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, in read_guest_lc() function

Completed in 8 milliseconds