Home
last modified time | relevance | path

Searched refs:local_irq_restore (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/Linux-v5.10/arch/nds32/mm/
Dcacheflush.c24 local_irq_restore(flags); in flush_icache_range()
36 local_irq_restore(flags); in flush_icache_page()
63 local_irq_restore(flags); in update_mmu_cache()
74 local_irq_restore(flags); in update_mmu_cache()
125 local_irq_restore(flags); in flush_cache_mm()
149 local_irq_restore(flags); in flush_cache_range()
162 local_irq_restore(flags); in flush_cache_page()
213 local_irq_restore(flags); in copy_user_highpage()
232 local_irq_restore(flags); in clear_user_highpage()
260 local_irq_restore(flags); in flush_dcache_page()
[all …]
/Linux-v5.10/kernel/
Dup.c22 local_irq_restore(flags); in smp_call_function_single()
34 local_irq_restore(flags); in smp_call_function_single_async()
45 local_irq_restore(flags); in on_each_cpu()
63 local_irq_restore(flags); in on_each_cpu_mask()
81 local_irq_restore(flags); in on_each_cpu_cond_mask()
/Linux-v5.10/arch/m68k/mm/
Dmcfmmu.c104 local_irq_restore(flags); in cf_tlb_miss()
110 local_irq_restore(flags); in cf_tlb_miss()
116 local_irq_restore(flags); in cf_tlb_miss()
122 local_irq_restore(flags); in cf_tlb_miss()
128 local_irq_restore(flags); in cf_tlb_miss()
135 local_irq_restore(flags); in cf_tlb_miss()
141 local_irq_restore(flags); in cf_tlb_miss()
165 local_irq_restore(flags); in cf_tlb_miss()
/Linux-v5.10/arch/sh/include/asm/
Dcmpxchg-irq.h14 local_irq_restore(flags); in xchg_u32()
25 local_irq_restore(flags); in xchg_u16()
36 local_irq_restore(flags); in xchg_u8()
50 local_irq_restore(flags); /* implies memory barrier */ in __cmpxchg_u32()
/Linux-v5.10/arch/hexagon/mm/
Dcache.c32 local_irq_restore(flags); in flush_dcache_range()
56 local_irq_restore(flags); in flush_icache_range()
77 local_irq_restore(flags); in hexagon_clean_dcache_range()
97 local_irq_restore(flags); in hexagon_inv_dcache_range()
114 local_irq_restore(flags); in flush_cache_all_hexagon()
/Linux-v5.10/arch/x86/hyperv/
Dnested.c39 local_irq_restore(flags); in hyperv_flush_guest_mapping()
48 local_irq_restore(flags); in hyperv_flush_guest_mapping()
110 local_irq_restore(flags); in hyperv_flush_guest_mapping_range()
119 local_irq_restore(flags); in hyperv_flush_guest_mapping_range()
126 local_irq_restore(flags); in hyperv_flush_guest_mapping_range()
/Linux-v5.10/arch/arc/include/asm/
Dsmp.h117 local_irq_restore(flags); \
127 local_irq_restore(flags); \
133 #define atomic_ops_unlock(flags) local_irq_restore(flags)
136 #define bitops_unlock(flags) local_irq_restore(flags)
Dspinlock.h316 local_irq_restore(flags); in arch_read_trylock()
341 local_irq_restore(flags); in arch_write_trylock()
366 local_irq_restore(flags); in arch_read_unlock()
377 local_irq_restore(flags); in arch_write_unlock()
/Linux-v5.10/arch/m68k/atari/
Dstdma.c75 local_irq_restore(flags); in stdma_try_lock()
82 local_irq_restore(flags); in stdma_try_lock()
136 local_irq_restore(flags); in stdma_release()
155 local_irq_restore(flags); in stdma_is_locked_by()
/Linux-v5.10/drivers/parport/
Dparport_atari.c33 local_irq_restore(flags); in parport_atari_read_data()
45 local_irq_restore(flags); in parport_atari_write_data()
58 local_irq_restore(flags); in parport_atari_read_control()
73 local_irq_restore(flags); in parport_atari_write_control()
128 local_irq_restore(flags); in parport_atari_data_forward()
186 local_irq_restore(flags); in parport_atari_init()
/Linux-v5.10/arch/sh/mm/
Dtlbflush_32.c35 local_irq_restore(flags); in local_flush_tlb_page()
74 local_irq_restore(flags); in local_flush_tlb_range()
103 local_irq_restore(flags); in local_flush_tlb_kernel_range()
119 local_irq_restore(flags); in local_flush_tlb_mm()
136 local_irq_restore(flags); in __flush_tlb_global()
Dcache-sh2a.c84 local_irq_restore(flags); in sh2a__flush_wback_region()
115 local_irq_restore(flags); in sh2a__flush_purge_region()
144 local_irq_restore(flags); in sh2a__flush_invalidate_region()
178 local_irq_restore(flags); in sh2a_flush_icache_range()
/Linux-v5.10/arch/mips/mm/
Dtlb-r3k.c66 local_irq_restore(flags); in local_flush_tlb_all()
109 local_irq_restore(flags); in local_flush_tlb_range()
146 local_irq_restore(flags); in local_flush_tlb_kernel_range()
177 local_irq_restore(flags); in local_flush_tlb_page()
216 local_irq_restore(flags); in __update_tlb()
252 local_irq_restore(flags); in add_wired_entry()
269 local_irq_restore(flags); in add_wired_entry()
Dtlb-r4k.c102 local_irq_restore(flags); in local_flush_tlb_all()
162 local_irq_restore(flags); in local_flush_tlb_range()
208 local_irq_restore(flags); in local_flush_tlb_kernel_range()
251 local_irq_restore(flags); in local_flush_tlb_page()
285 local_irq_restore(flags); in local_flush_tlb_one()
376 local_irq_restore(flags); in __update_tlb()
419 local_irq_restore(flags); in add_wired_entry()
437 local_irq_restore(flags); in has_transparent_hugepage()
488 local_irq_restore(flags); in add_temporary_entry()
/Linux-v5.10/arch/x86/kernel/apic/
Dipi.c182 local_irq_restore(flags); in default_send_IPI_single_phys()
200 local_irq_restore(flags); in default_send_IPI_mask_sequence_phys()
219 local_irq_restore(flags); in default_send_IPI_mask_allbutself_phys()
264 local_irq_restore(flags); in default_send_IPI_mask_sequence_logical()
284 local_irq_restore(flags); in default_send_IPI_mask_allbutself_logical()
301 local_irq_restore(flags); in default_send_IPI_mask_logical()
/Linux-v5.10/include/asm-generic/
Dcmpxchg.h38 local_irq_restore(flags); in __xchg()
49 local_irq_restore(flags); in __xchg()
60 local_irq_restore(flags); in __xchg()
72 local_irq_restore(flags); in __xchg()
/Linux-v5.10/drivers/char/
Dtoshiba.c111 local_irq_restore(flags); in tosh_fn_status()
138 local_irq_restore(flags); in tosh_emulate_fan()
149 local_irq_restore(flags); in tosh_emulate_fan()
160 local_irq_restore(flags); in tosh_emulate_fan()
174 local_irq_restore(flags); in tosh_emulate_fan()
184 local_irq_restore(flags); in tosh_emulate_fan()
194 local_irq_restore(flags); in tosh_emulate_fan()
/Linux-v5.10/arch/parisc/include/asm/
Dspinlock.h85 local_irq_restore(flags); in arch_read_trylock()
110 local_irq_restore(flags); in arch_write_trylock()
135 local_irq_restore(flags); in arch_read_unlock()
146 local_irq_restore(flags); in arch_write_unlock()
/Linux-v5.10/arch/m68k/sun3/prom/
Dconsole.c27 local_irq_restore(flags); in prom_nbgetchar()
42 local_irq_restore(flags); in prom_nbputchar()
91 local_irq_restore(flags);
139 local_irq_restore(flags);
/Linux-v5.10/drivers/tty/
Damiserial.c169 local_irq_restore(flags); in rs_stop()
188 local_irq_restore(flags); in rs_start()
541 local_irq_restore(flags); in startup()
545 local_irq_restore(flags); in startup()
600 local_irq_restore(flags); in shutdown()
738 local_irq_restore(flags); in change_speed()
755 local_irq_restore(flags); in rs_put_char()
761 local_irq_restore(flags); in rs_put_char()
783 local_irq_restore(flags); in rs_flush_chars()
812 local_irq_restore(flags); in rs_write()
[all …]
/Linux-v5.10/arch/csky/mm/
Dtlb.c78 local_irq_restore(flags); in flush_tlb_range()
112 local_irq_restore(flags); in flush_tlb_kernel_range()
140 local_irq_restore(flags); in flush_tlb_page()
166 local_irq_restore(flags); in flush_tlb_one()
/Linux-v5.10/kernel/rcu/
Dtiny.c59 local_irq_restore(flags); in rcu_qs()
113 local_irq_restore(flags); in rcu_process_callbacks()
122 local_irq_restore(flags); in rcu_process_callbacks()
171 local_irq_restore(flags); in call_rcu()
/Linux-v5.10/sound/sh/
Daica.c98 local_irq_restore(flags); in spu_memset()
119 local_irq_restore(flags); in spu_memload()
137 local_irq_restore(flags); in spu_disable()
145 local_irq_restore(flags); in spu_disable()
158 local_irq_restore(flags); in spu_enable()
173 local_irq_restore(flags); in spu_reset()
184 local_irq_restore(flags); in aica_chn_start()
194 local_irq_restore(flags); in aica_chn_halt()
239 local_irq_restore(flags); in aica_dma_transfer()
243 local_irq_restore(flags); in aica_dma_transfer()
/Linux-v5.10/arch/mips/kernel/
Dvpe-mt.c38 local_irq_restore(flags); in vpe_run()
49 local_irq_restore(flags); in vpe_run()
69 local_irq_restore(flags); in vpe_run()
139 local_irq_restore(flags); in vpe_run()
173 local_irq_restore(flags); in cleanup_tc()
397 local_irq_restore(flags); in vpe_module_init()
492 local_irq_restore(flags); in vpe_module_init()
/Linux-v5.10/arch/sparc/include/asm/
Dspinlock_32.h96 local_irq_restore(flags); \
116 local_irq_restore(flags); \
182 local_irq_restore(flags); \

12345678910>>...25