Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pmcs-msp71xx/
Dmsp_irq_cic.c34 #define LOCK_VPE(flags, mtflags) \ argument
37 mtflags = dmt(); \
40 #define UNLOCK_VPE(flags, mtflags) \ argument
42 emt(mtflags); \
46 #define LOCK_CORE(flags, mtflags) \ argument
49 mtflags = dvpe(); \
52 #define UNLOCK_CORE(flags, mtflags) \ argument
54 evpe(mtflags); \
60 #define LOCK_VPE(flags, mtflags) argument
61 #define UNLOCK_VPE(flags, mtflags) argument
[all …]
/Linux-v5.4/arch/mips/kernel/
Dvpe-mt.c150 unsigned int mtflags, vpflags; in cleanup_tc() local
154 mtflags = dmt(); in cleanup_tc()
172 emt(mtflags); in cleanup_tc()
330 unsigned int mtflags, vpflags; in vpe_module_init() local
379 mtflags = dmt(); in vpe_module_init()
396 emt(mtflags); in vpe_module_init()
405 mtflags = dmt(); in vpe_module_init()
491 emt(mtflags); in vpe_module_init()