Searched refs:local_irq_restore (Results 1 – 22 of 22) sorted by relevance
26 local_irq_restore(flags); in atomic_add()35 local_irq_restore(flags); in atomic_sub()44 local_irq_restore(flags); in atomic_inc()53 local_irq_restore(flags); in atomic_dec()64 local_irq_restore(flags); in atomic_dec_and_test()77 local_irq_restore(flags); in atomic_add_negative()88 local_irq_restore(flags); in atomic_clear_mask()99 local_irq_restore(flags); in atomic64_add()108 local_irq_restore(flags); in atomic64_sub()119 local_irq_restore(flags); in atomic64_add()[all …]
58 local_irq_restore(flags); in do_testbaseline()89 local_irq_restore(flags); in do_test_sync_cmpxchg()116 local_irq_restore(flags); in do_test_cmpxchg()144 local_irq_restore(flags); in do_test_sync_inc()172 local_irq_restore(flags); in do_test_inc()198 local_irq_restore(flags); in do_test_enable_int()201 local_irq_restore(flags); in do_test_enable_int()228 local_irq_restore(flags); in do_test_disable_int()253 local_irq_restore(flags); in do_test_int()257 local_irq_restore(flags); in do_test_int()
24 local_irq_restore(flags); in set_bit()42 local_irq_restore(flags); in clear_bit()55 local_irq_restore(flags); in change_bit()69 local_irq_restore(flags); in test_and_set_bit()85 local_irq_restore(flags); in test_and_clear_bit()101 local_irq_restore(flags); in test_and_change_bit()
180 local_irq_restore(flags); in xchg_u32()191 local_irq_restore(flags); in xchg_u8()230 local_irq_restore(flags); /* implies memory barrier */ in __cmpxchg_u32()
124 #define local_irq_restore raw_local_irq_restore macro
35 #define local_irq_restore(flags) \ macro157 #define local_irq_restore(x) \ macro197 local_irq_restore(flags); in __xchg()204 local_irq_restore(flags); in __xchg()
17 #define local_irq_restore(flags) \ macro23 #define local_irq_restore(flags) ((void)(flags)) macro
30 local_irq_restore(flags); in test_and_set_bit()
31 local_irq_restore(f); \37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0)
68 local_irq_restore(flags); in test_and_set_bit()90 local_irq_restore(flags); in test_and_clear_bit()
14 #define local_irq_restore(x) macro
61 local_irq_restore(flags); in test_and_set_bit()83 local_irq_restore(flags); in test_and_clear_bit()
62 static inline void local_irq_restore( in local_irq_restore() function
57 #define local_irq_restore(x) \ macro
61 local_irq_restore(flags); in __clear_bit()
26 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
45 local_irq_restore(int_flag); in enable_interrupts()
365 local_irq_restore(flags); in gpio_direction_input()399 local_irq_restore(flags); in gpio_direction_output()
367 local_irq_restore(flags); in pxa25x_ep_disable()791 local_irq_restore(flags); in pxa25x_ep_queue()810 local_irq_restore(flags); in pxa25x_ep_queue()830 local_irq_restore(flags); in pxa25x_ep_queue()874 local_irq_restore(flags); in pxa25x_ep_dequeue()880 local_irq_restore(flags); in pxa25x_ep_dequeue()914 local_irq_restore(flags); in pxa25x_ep_set_halt()936 local_irq_restore(flags); in pxa25x_ep_set_halt()
99 #define local_irq_restore(flags) __restore_flags (flags) macro
142 #define local_irq_restore(x) __restore_flags(x); macro
1Index: linux/arch/i386/Kconfig.debug 2====== ...