Searched refs:read_guest_lc (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| A D | intercept.c | 271 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()
|
| A D | interrupt.c | 503 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() 796 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_emergency_signal() 964 rc |= read_guest_lc(vcpu, __LC_PGM_NEW_PSW, in __deliver_prog() 987 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in write_sclp() 1079 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_pfault_done() 1123 rc |= read_guest_lc(vcpu, __LC_EXT_NEW_PSW, in __deliver_virtio() [all …]
|
| A D | gaccess.h | 175 int read_guest_lc(struct kvm_vcpu *vcpu, unsigned long gra, void *data, in read_guest_lc() function
|
Completed in 11 milliseconds