Home
last modified time | relevance | path

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

/external/u-boot/include/asm-generic/
Datomic.h26 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 …]
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c58 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()
/external/u-boot/arch/sh/include/asm/
Dbitops.h24 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()
Dsystem.h180 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()
Dirqflags.h124 #define local_irq_restore raw_local_irq_restore macro
/external/u-boot/arch/arm/include/asm/proc-armv/
Dsystem.h35 #define local_irq_restore(flags) \ macro
157 #define local_irq_restore(x) \ macro
197 local_irq_restore(flags); in __xchg()
204 local_irq_restore(flags); in __xchg()
/external/u-boot/arch/xtensa/include/asm/
Dsystem.h17 #define local_irq_restore(flags) \ macro
23 #define local_irq_restore(flags) ((void)(flags)) macro
Dbitops.h30 local_irq_restore(flags); in test_and_set_bit()
/external/u-boot/arch/nios2/include/asm/bitops/
Datomic.h31 local_irq_restore(f); \
37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0)
/external/u-boot/arch/sandbox/include/asm/
Dbitops.h68 local_irq_restore(flags); in test_and_set_bit()
90 local_irq_restore(flags); in test_and_clear_bit()
Dsystem.h14 #define local_irq_restore(x) macro
/external/u-boot/arch/arm/include/asm/
Dbitops.h61 local_irq_restore(flags); in test_and_set_bit()
83 local_irq_restore(flags); in test_and_clear_bit()
/external/u-boot/arch/arm/thumb1/include/asm/proc-armv/
Dsystem.h62 static inline void local_irq_restore( in local_irq_restore() function
/external/u-boot/arch/nds32/include/asm/
Dsystem.h57 #define local_irq_restore(x) \ macro
Dbitops.h61 local_irq_restore(flags); in __clear_bit()
/external/u-boot/arch/nios2/include/asm/
Dsystem.h26 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
/external/u-boot/arch/nds32/lib/
Dinterrupts.c45 local_irq_restore(int_flag); in enable_interrupts()
/external/u-boot/drivers/gpio/
Dadi_gpio2.c365 local_irq_restore(flags); in gpio_direction_input()
399 local_irq_restore(flags); in gpio_direction_output()
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c367 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()
/external/u-boot/arch/microblaze/include/asm/
Dsystem.h99 #define local_irq_restore(flags) __restore_flags (flags) macro
/external/u-boot/arch/mips/include/asm/
Dsystem.h142 #define local_irq_restore(x) __restore_flags(x); macro
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...