Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/
Dmsp_irq_cic.c39 #define LOCK_VPE(flags, mtflags) \ argument
42 mtflags = dmt(); \
45 #define UNLOCK_VPE(flags, mtflags) \ argument
47 emt(mtflags); \
51 #define LOCK_CORE(flags, mtflags) \ argument
54 mtflags = dvpe(); \
57 #define UNLOCK_CORE(flags, mtflags) \ argument
59 evpe(mtflags); \
65 #define LOCK_VPE(flags, mtflags) argument
66 #define UNLOCK_VPE(flags, mtflags) argument
[all …]
/linux-2.6.39/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.c55 mtflags = dmt()
58 emt(mtflags); \
63 mtflags = dvpe()
66 evpe(mtflags); \
591 int mtflags; in smtc_boot_secondary() local
798 int mtflags; in smtc_send_ipi() local
1062 unsigned int mtflags; in ipi_interrupt() local
1208 int mtflags; in smtc_idle_loop_hook() local
1254 mtflags = dmt(); in smtc_idle_loop_hook()
1279 emt(mtflags); in smtc_idle_loop_hook()
[all …]
Dptrace32.c132 unsigned int mtflags; in compat_arch_ptrace() local
145 mtflags = dmt(); in compat_arch_ptrace()
162 emt(mtflags); in compat_arch_ptrace()
Dvpe.c1016 unsigned int mtflags, vpflags; in cleanup_tc() local
1020 mtflags = dmt(); in cleanup_tc()
1041 emt(mtflags); in cleanup_tc()
1423 unsigned int mtflags, vpflags; in vpe_module_init() local
1474 mtflags = dmt(); in vpe_module_init()
1493 emt(mtflags); in vpe_module_init()
1502 mtflags = dmt(); in vpe_module_init()
1587 emt(mtflags); in vpe_module_init()
Dptrace.c334 unsigned int mtflags; in arch_ptrace() local
346 mtflags = dmt(); in arch_ptrace()
362 emt(mtflags); in arch_ptrace()
/linux-2.6.39/arch/mips/include/asm/
Dmmu_context.h161 unsigned long mtflags; in switch_mm() local
164 mtflags = dvpe(); in switch_mm()
195 evpe(mtflags); in switch_mm()
233 unsigned long mtflags; in activate_mm() local
244 mtflags = dvpe(); in activate_mm()
255 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); \