Searched refs:PSW_MASK_PER (Results 1 – 10 of 10) sorted by relevance
237 (PSW_MASK_PER | PSW_MASK_IO | PSW_MASK_EXT); in enable_singlestep()241 regs->psw.mask |= PSW_MASK_PER; in enable_singlestep()253 regs->psw.mask &= ~PSW_MASK_PER; in disable_singlestep()419 if (regs->psw.mask & PSW_MASK_PER) in post_kprobe_handler()473 local_irq_restore(regs->psw.mask & ~PSW_MASK_PER); in kprobe_fault_handler()510 local_irq_restore(regs->psw.mask & ~PSW_MASK_PER); in kprobe_exceptions_notify()
329 __arch_local_irq_ssm(regs->psw.mask & ~PSW_MASK_PER); in __do_pgm_check() 337 __arch_local_irq_ssm(regs->psw.mask & ~PSW_MASK_PER); in __do_pgm_check()
57 if (!(regs->psw.mask & PSW_MASK_PER)) in check_per_event()247 if (!(regs->psw.mask & PSW_MASK_PER)) in sim_stor_event()
103 regs->psw.mask &= ~PSW_MASK_PER; in update_cr_regs()106 regs->psw.mask |= PSW_MASK_PER; in update_cr_regs()
173 #define PSW_MASK_PER _AC(0x40000000, UL) macro201 #define PSW_MASK_PER _AC(0x4000000000000000, UL) macro
89 if ((old_mask ^ mask) & PSW_MASK_PER) { in s390_cpu_set_psw()341 if (env->psw.mask & PSW_MASK_PER) { in cpu_get_tb_cpu_state()
273 #undef PSW_MASK_PER294 #define PSW_MASK_PER 0x4000000000000000ULL macro
149 if (!(env->psw.mask & PSW_MASK_PER)) { in s390_cpu_recompute_watchpoints()
495 (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PER)
1965 if (PERchanged && env->psw.mask & PSW_MASK_PER) { in HELPER()1997 if (PERchanged && env->psw.mask & PSW_MASK_PER) { in HELPER()