Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dintercept.c290 psw_t newpsw; in handle_external_interrupt() local
296 newpsw = vcpu->arch.sie_block->gpsw; in handle_external_interrupt()
298 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
308 (newpsw.mask & PSW_MASK_EXT)) in handle_external_interrupt()
448 psw_t oldpsw, newpsw; in handle_operexc() local
460 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
472 if (oldpsw.addr - newpsw.addr <= 6 && in handle_operexc()
473 !(newpsw.mask & PSW_MASK_WAIT) && in handle_operexc()
475 (newpsw.mask & PSW_MASK_ASC) == (oldpsw.mask & PSW_MASK_ASC) && in handle_operexc()
476 (newpsw in handle_operexc()
[all...]
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dintercept.c306 psw_t newpsw; in handle_external_interrupt() local
312 newpsw = vcpu->arch.sie_block->gpsw; in handle_external_interrupt()
314 rc = read_guest_lc(vcpu, __LC_EXT_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_external_interrupt()
324 (newpsw.mask & PSW_MASK_EXT)) in handle_external_interrupt()
464 psw_t oldpsw, newpsw; in handle_operexc() local
476 rc = read_guest_lc(vcpu, __LC_PGM_NEW_PSW, &newpsw, sizeof(psw_t)); in handle_operexc()
488 if (oldpsw.addr - newpsw.addr <= 6 && in handle_operexc()
489 !(newpsw.mask & PSW_MASK_WAIT) && in handle_operexc()
491 (newpsw.mask & PSW_MASK_ASC) == (oldpsw.mask & PSW_MASK_ASC) && in handle_operexc()
492 (newpsw in handle_operexc()
[all...]

Completed in 3 milliseconds