Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtcg-excp_helper.c599 if (ebb_excp == POWERPC_EXCP_PERFM_EBB) { in do_ebb()
622 do_ebb(env, POWERPC_EXCP_PERFM_EBB); in raise_ebb_perfm_exception()
H A Dexcp_helper.c1494 case POWERPC_EXCP_PERFM_EBB: /* Performance Monitor EBB Exception */ in powerpc_excp_books()
2206 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in p8_deliver_interrupt()
2290 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in p9_deliver_interrupt()
2408 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in ppc_deliver_interrupt()
H A Dcpu.h148 POWERPC_EXCP_PERFM_EBB = 103, /* Performance Monitor EBB Exception */ enumerator
H A Dcpu_init.c2083 env->excp_vectors[POWERPC_EXCP_PERFM_EBB] = 0x0; in init_excp_POWER8()