Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pmcs-msp71xx/
Dmsp_time.c27 #define get_current_vpe() \ macro
81 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()
Dmsp_irq_cic.c29 #define get_current_vpe() \ macro
92 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()
Dmsp_irq_per.c23 #define get_current_vpe() \ macro