Searched refs:get_current_vpe (Results 1 – 3 of 3) sorted by relevance
27 #define get_current_vpe() \ macro81 if ((get_current_vpe()) && !tim_installed) { in get_c0_compare_int()87 return get_current_vpe() ? MSP_INT_VPE1_TIMER : MSP_INT_VPE0_TIMER; in get_c0_compare_int()
29 #define get_current_vpe() \ macro92 vpe = get_current_vpe(); in unmask_cic_irq()102 int vpe = get_current_vpe(); in mask_cic_irq()195 cic_mask = cic_msk_reg[get_current_vpe()]; in msp_cic_irq_dispatch()
23 #define get_current_vpe() \ macro