Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kvm/
H A Dintercept.c307 psw_t newpsw; in handle_external_interrupt() local
313 newpsw = vcpu->arch.sie_block->gpsw; in handle_external_interrupt()
315 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
325 (newpsw.mask & PSW_MASK_EXT)) in handle_external_interrupt()
465 psw_t oldpsw, newpsw; in handle_operexc() local
477 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
489 if (oldpsw.addr - newpsw.addr <= 6 && in handle_operexc()
490 !(newpsw.mask & PSW_MASK_WAIT) && in handle_operexc()
492 (newpsw.mask & PSW_MASK_ASC) == (oldpsw.mask & PSW_MASK_ASC) && in handle_operexc()
493 (newpsw.mask & PSW_MASK_DAT) == (oldpsw.mask & PSW_MASK_DAT)) in handle_operexc()