/Linux-v5.15/arch/nds32/mm/ |
D | cacheflush.c | 24 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.15/arch/m68k/mm/ |
D | mcfmmu.c | 104 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.15/arch/sh/include/asm/ |
D | cmpxchg-irq.h | 14 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.15/arch/hexagon/mm/ |
D | cache.c | 32 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.15/arch/x86/hyperv/ |
D | nested.c | 39 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.15/arch/m68k/atari/ |
D | stdma.c | 75 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.15/drivers/parport/ |
D | parport_atari.c | 33 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.15/arch/mips/mm/ |
D | tlb-r3k.c | 66 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()
|
D | tlb-r4k.c | 102 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.15/arch/sh/mm/ |
D | tlbflush_32.c | 35 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()
|
D | cache-sh2a.c | 84 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.15/include/asm-generic/ |
D | cmpxchg.h | 36 local_irq_restore(flags); in __generic_xchg() 47 local_irq_restore(flags); in __generic_xchg() 58 local_irq_restore(flags); in __generic_xchg() 70 local_irq_restore(flags); in __generic_xchg()
|
/Linux-v5.15/arch/x86/kernel/apic/ |
D | ipi.c | 182 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.15/drivers/tty/ |
D | amiserial.c | 146 local_irq_restore(flags); in rs_stop() 165 local_irq_restore(flags); in rs_start() 505 local_irq_restore(flags); in startup() 509 local_irq_restore(flags); in startup() 561 local_irq_restore(flags); in shutdown() 699 local_irq_restore(flags); in change_speed() 716 local_irq_restore(flags); in rs_put_char() 722 local_irq_restore(flags); in rs_put_char() 744 local_irq_restore(flags); in rs_flush_chars() 773 local_irq_restore(flags); in rs_write() [all …]
|
/Linux-v5.15/drivers/char/ |
D | toshiba.c | 110 local_irq_restore(flags); in tosh_fn_status() 137 local_irq_restore(flags); in tosh_emulate_fan() 148 local_irq_restore(flags); in tosh_emulate_fan() 159 local_irq_restore(flags); in tosh_emulate_fan() 173 local_irq_restore(flags); in tosh_emulate_fan() 183 local_irq_restore(flags); in tosh_emulate_fan() 193 local_irq_restore(flags); in tosh_emulate_fan()
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | spinlock.h | 85 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.15/arch/m68k/sun3/prom/ |
D | console.c | 27 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.15/arch/csky/mm/ |
D | tlb.c | 90 local_irq_restore(flags); in flush_tlb_range() 130 local_irq_restore(flags); in flush_tlb_kernel_range() 163 local_irq_restore(flags); in flush_tlb_page() 194 local_irq_restore(flags); in flush_tlb_one()
|
/Linux-v5.15/kernel/ |
D | up.c | 22 local_irq_restore(flags); in smp_call_function_single() 34 local_irq_restore(flags); in smp_call_function_single_async() 52 local_irq_restore(flags); in on_each_cpu_cond_mask()
|
/Linux-v5.15/kernel/rcu/ |
D | tiny.c | 62 local_irq_restore(flags); in rcu_qs() 116 local_irq_restore(flags); in rcu_process_callbacks() 125 local_irq_restore(flags); in rcu_process_callbacks() 174 local_irq_restore(flags); in call_rcu()
|
/Linux-v5.15/sound/sh/ |
D | aica.c | 97 local_irq_restore(flags); in spu_memset() 118 local_irq_restore(flags); in spu_memload() 136 local_irq_restore(flags); in spu_disable() 144 local_irq_restore(flags); in spu_disable() 157 local_irq_restore(flags); in spu_enable() 172 local_irq_restore(flags); in spu_reset() 183 local_irq_restore(flags); in aica_chn_start() 193 local_irq_restore(flags); in aica_chn_halt() 238 local_irq_restore(flags); in aica_dma_transfer() 242 local_irq_restore(flags); in aica_dma_transfer()
|
/Linux-v5.15/arch/mips/kernel/ |
D | vpe-mt.c | 38 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.15/arch/sparc/include/asm/ |
D | spinlock_32.h | 96 local_irq_restore(flags); \ 116 local_irq_restore(flags); \ 182 local_irq_restore(flags); \
|
/Linux-v5.15/arch/arc/include/asm/ |
D | spinlock.h | 316 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.15/drivers/video/backlight/ |
D | locomolcd.c | 91 local_irq_restore(flags); in locomolcd_power() 106 local_irq_restore(flags); in locomolcd_power() 192 local_irq_restore(flags); in locomolcd_probe() 222 local_irq_restore(flags); in locomolcd_remove()
|