Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c1569 case POWERPC_EXCP_PERFM_EBB: /* Performance Monitor EBB Exception */ in powerpc_excp_books()
2259 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in p8_deliver_interrupt()
2339 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in p9_deliver_interrupt()
2457 powerpc_excp(cpu, POWERPC_EXCP_PERFM_EBB); in ppc_deliver_interrupt()
2730 if (ebb_excp == POWERPC_EXCP_PERFM_EBB) { in do_ebb()
2753 do_ebb(env, POWERPC_EXCP_PERFM_EBB); in raise_ebb_perfm_exception()
H A Dcpu.h146 POWERPC_EXCP_PERFM_EBB = 103, /* Performance Monitor EBB Exception */ enumerator
H A Dcpu_init.c2071 env->excp_vectors[POWERPC_EXCP_PERFM_EBB] = 0x0; in init_excp_POWER8()