Searched refs:get_current_vpe (Results 1 – 3 of 3) sorted by relevance
40 #define get_current_vpe() \ macro94 if ((get_current_vpe()) && !tim_installed) { in get_c0_compare_int()100 return get_current_vpe() ? MSP_INT_VPE1_TIMER : MSP_INT_VPE0_TIMER; in get_c0_compare_int()
33 #define get_current_vpe() \ macro96 vpe = get_current_vpe(); in unmask_cic_irq()106 int vpe = get_current_vpe(); in mask_cic_irq()199 cic_mask = cic_msk_reg[get_current_vpe()]; in msp_cic_irq_dispatch()
27 #define get_current_vpe() \ macro