Home
last modified time | relevance | path

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

/arch/mips/pmcs-msp71xx/
Dmsp_time.c40 #define get_current_vpe() \ macro
94 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()
Dmsp_irq_cic.c33 #define get_current_vpe() \ macro
96 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()
Dmsp_irq_per.c27 #define get_current_vpe() \ macro