Home
last modified time | relevance | path

Searched refs:CBE_PM_CTR_OVERFLOW_INTR (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dcell-pmu.h65 #define CBE_PM_CTR_OVERFLOW_INTR(ctr) (1 << (31 - ((ctr) & 7))) macro
/linux-3.4.99/arch/powerpc/oprofile/
Dop_model_cell.c604 interrupt_mask = CBE_PM_CTR_OVERFLOW_INTR(0); in spu_evnt_swap()
1378 CBE_PM_CTR_OVERFLOW_INTR(0); in cell_global_start_spu_events()
1423 interrupt_mask |= CBE_PM_CTR_OVERFLOW_INTR(i); in cell_global_start_ppu()
1522 if ((interrupt_mask & CBE_PM_CTR_OVERFLOW_INTR(0)) in cell_handle_interrupt_spu()
1647 if ((interrupt_mask & CBE_PM_CTR_OVERFLOW_INTR(i)) in cell_handle_interrupt_ppu()