Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Datomic.h48 local_irq_restore(flags); in atomic_add()
57 local_irq_restore(flags); in atomic_sub()
66 local_irq_restore(flags); in atomic_inc()
75 local_irq_restore(flags); in atomic_dec()
86 local_irq_restore(flags); in atomic_dec_and_test()
99 local_irq_restore(flags); in atomic_add_negative()
110 local_irq_restore(flags); in atomic_clear_mask()
121 local_irq_restore(flags); in atomic64_add()
130 local_irq_restore(flags); in atomic64_sub()
141 local_irq_restore(flags); in atomic64_add()
[all …]
H A Dbitops.h59 local_irq_restore(flags); in test_and_set_bit()
81 local_irq_restore(flags); in test_and_clear_bit()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A 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()
H A 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()
H A Dirqflags.h124 #define local_irq_restore raw_local_irq_restore macro
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Datomic.h25 local_irq_restore(flags); in atomic_add()
34 local_irq_restore(flags); in atomic_sub()
43 local_irq_restore(flags); in atomic_inc()
52 local_irq_restore(flags); in atomic_dec()
H A Dsystem.h18 #define local_irq_restore(flags) \ macro
24 #define local_irq_restore(flags) ((void)(flags)) macro
H A Dbitops.h31 local_irq_restore(flags); in test_and_set_bit()
/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H A 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()
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dsystem.h15 #define local_irq_restore(x) macro
H A Dbitops.h68 local_irq_restore(flags); in test_and_set_bit()
90 local_irq_restore(flags); in test_and_clear_bit()
/rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/
H A Datomic.h31 local_irq_restore(f); \
37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0)
/rk3399_rockchip-uboot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h63 static inline void local_irq_restore( in local_irq_restore() function
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsystem.h58 #define local_irq_restore(x) \ macro
H A Dbitops.h59 local_irq_restore(flags); in __clear_bit()
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dsystem.h27 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
/rk3399_rockchip-uboot/arch/nds32/lib/
H A Dinterrupts.c45 local_irq_restore(int_flag); in enable_interrupts()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h99 #define local_irq_restore(flags) __restore_flags (flags) macro
/rk3399_rockchip-uboot/drivers/gpio/
H A Dadi_gpio2.c365 local_irq_restore(flags); in gpio_direction_input()
399 local_irq_restore(flags); in gpio_direction_output()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h141 #define local_irq_restore(x) __restore_flags(x); macro
H A Dmipsregs.h1038 local_irq_restore(__flags); \
1068 local_irq_restore(__flags); \
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c368 local_irq_restore(flags); in pxa25x_ep_disable()
792 local_irq_restore(flags); in pxa25x_ep_queue()
811 local_irq_restore(flags); in pxa25x_ep_queue()
831 local_irq_restore(flags); in pxa25x_ep_queue()
875 local_irq_restore(flags); in pxa25x_ep_dequeue()
881 local_irq_restore(flags); in pxa25x_ep_dequeue()
915 local_irq_restore(flags); in pxa25x_ep_set_halt()
937 local_irq_restore(flags); in pxa25x_ep_set_halt()
/rk3399_rockchip-uboot/drivers/i2c/
H A Drk_i2c.c509 local_irq_restore(flags); in rockchip_i2c_xfer()