Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kvm/
H A Dintercept.c151 switch (vcpu->arch.sie_block->iprcc & ~PGM_PER) { in inject_prog_on_prog_intercept()
198 if (vcpu->arch.sie_block->iprcc & PGM_PER) { in inject_prog_on_prog_intercept()
229 #define per_event(vcpu) (vcpu->arch.sie_block->iprcc & PGM_PER)
236 vcpu->arch.sie_block->iprcc != PGM_PER) { in should_handle_per_event()
H A Dguestdbg.c503 .code = PGM_PER, in kvm_s390_handle_per_ifetch_icpt()
577 vcpu->arch.sie_block->iprcc &= ~PGM_PER; in filter_guest_per_event()
H A Dinterrupt.c872 return __deliver_prog_pv(vcpu, pgm_info.code & ~PGM_PER); in __deliver_prog()
874 switch (pgm_info.code & ~PGM_PER) { in __deliver_prog()
942 if (pgm_info.code & PGM_PER) { in __deliver_prog()
1500 if (irq->u.pgm.code == PGM_PER) { in __inject_prog()
1501 li->irq.pgm.code |= PGM_PER; in __inject_prog()
1508 } else if (!(irq->u.pgm.code & PGM_PER)) { in __inject_prog()
1509 li->irq.pgm.code = (li->irq.pgm.code & PGM_PER) | in __inject_prog()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c211 case PGM_PER: in do_program_interrupt()
267 env->int_pgm_code |= PGM_PER; in do_program_interrupt()
311 env->int_pgm_code = PGM_PER; in do_svc_interrupt()
H A Dmisc_helper.c596 trigger_pgm_exception(env, PGM_PER); in per_raise_exception()
/openbmc/qemu/target/s390x/
H A Dcpu.h258 #define PGM_PER 0x0080 macro
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h532 #define PGM_PER 0x80 macro