Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/pmc-sierra/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 …]
/linux-3.4.99/arch/mips/kernel/
Dcevt-smtc.c82 unsigned int mtflags; in mips_next_event() local
88 mtflags = dmt(); in mips_next_event()
165 emt(mtflags); in mips_next_event()
174 unsigned int mtflags; in smtc_distribute_timer() local
189 mtflags = dmt(); in smtc_distribute_timer()
196 emt(mtflags); in smtc_distribute_timer()
215 emt(mtflags); in smtc_distribute_timer()
219 emt(mtflags); in smtc_distribute_timer()
Dsmtc.c54 mtflags = dmt()
57 emt(mtflags); \
62 mtflags = dvpe()
65 evpe(mtflags); \
590 int mtflags; in smtc_boot_secondary() local
797 int mtflags; in smtc_send_ipi() local
1061 unsigned int mtflags; in ipi_interrupt() local
1207 int mtflags; in smtc_idle_loop_hook() local
1253 mtflags = dmt(); in smtc_idle_loop_hook()
1278 emt(mtflags); in smtc_idle_loop_hook()
[all …]
Dptrace32.c131 unsigned int mtflags; in compat_arch_ptrace() local
144 mtflags = dmt(); in compat_arch_ptrace()
161 emt(mtflags); in compat_arch_ptrace()
Dvpe.c1014 unsigned int mtflags, vpflags; in cleanup_tc() local
1018 mtflags = dmt(); in cleanup_tc()
1039 emt(mtflags); in cleanup_tc()
1421 unsigned int mtflags, vpflags; in vpe_module_init() local
1472 mtflags = dmt(); in vpe_module_init()
1491 emt(mtflags); in vpe_module_init()
1500 mtflags = dmt(); in vpe_module_init()
1585 emt(mtflags); in vpe_module_init()
Dptrace.c333 unsigned int mtflags; in arch_ptrace() local
345 mtflags = dmt(); in arch_ptrace()
361 emt(mtflags); in arch_ptrace()
/linux-3.4.99/arch/mips/include/asm/
Dmmu_context.h155 unsigned long mtflags; in switch_mm() local
158 mtflags = dvpe(); in switch_mm()
189 evpe(mtflags); in switch_mm()
227 unsigned long mtflags; in activate_mm() local
238 mtflags = dvpe(); in activate_mm()
249 evpe(mtflags); in activate_mm()
Dr4kcache.h60 unsigned long mtflags = 0; \
64 mtflags = dvpe(); \
71 evpe(mtflags); \
77 unsigned long mtflags = 0; \
81 mtflags = dvpe(); \
88 evpe(mtflags); \