Re: [PATCH v10 3/3] target/ppc: EBB exception implementation

2022-02-09 Thread Daniel Henrique Barboza
On 2/8/22 20:20, Fabiano Rosas wrote: Daniel Henrique Barboza writes: This patch adds the EBB exception support that are triggered by Performance Monitor alerts. This happens when a Performance Monitor alert occurs and MMCR0_EBE, BESCR_PME and BESCR_GE are set. A 'ebb_excp_enabled' helper

Re: [PATCH v10 3/3] target/ppc: EBB exception implementation

2022-02-08 Thread Fabiano Rosas
Daniel Henrique Barboza writes: > This patch adds the EBB exception support that are triggered by > Performance Monitor alerts. This happens when a Performance Monitor > alert occurs and MMCR0_EBE, BESCR_PME and BESCR_GE are set. > > A 'ebb_excp_enabled' helper is called at the end of fire_PMC_in

[PATCH v10 3/3] target/ppc: EBB exception implementation

2022-02-08 Thread Daniel Henrique Barboza
This patch adds the EBB exception support that are triggered by Performance Monitor alerts. This happens when a Performance Monitor alert occurs and MMCR0_EBE, BESCR_PME and BESCR_GE are set. A 'ebb_excp_enabled' helper is called at the end of fire_PMC_interrupt() to fire the EBB exception, checki