Home
last modified time | relevance | path

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

/arch/mips/pmcs-msp71xx/
Dmsp_irq_cic.c38 #define LOCK_VPE(flags, mtflags) \ argument
41 mtflags = dmt(); \
44 #define UNLOCK_VPE(flags, mtflags) \ argument
46 emt(mtflags); \
50 #define LOCK_CORE(flags, mtflags) \ argument
53 mtflags = dvpe(); \
56 #define UNLOCK_CORE(flags, mtflags) \ argument
58 evpe(mtflags); \
64 #define LOCK_VPE(flags, mtflags) argument
65 #define UNLOCK_VPE(flags, mtflags) argument
[all …]
/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()