| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | atomic.h | 48 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 D | bitops.h | 59 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 D | bitops.h | 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()
|
| H A D | system.h | 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()
|
| H A D | irqflags.h | 124 #define local_irq_restore raw_local_irq_restore macro
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | atomic.h | 25 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 D | system.h | 18 #define local_irq_restore(flags) \ macro 24 #define local_irq_restore(flags) ((void)(flags)) macro
|
| H A D | bitops.h | 31 local_irq_restore(flags); in test_and_set_bit()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | system.h | 35 #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 D | system.h | 15 #define local_irq_restore(x) macro
|
| H A D | bitops.h | 68 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 D | atomic.h | 31 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 D | system.h | 63 static inline void local_irq_restore( in local_irq_restore() function
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | system.h | 58 #define local_irq_restore(x) \ macro
|
| H A D | bitops.h | 59 local_irq_restore(flags); in __clear_bit()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | system.h | 27 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
|
| /rk3399_rockchip-uboot/arch/nds32/lib/ |
| H A D | interrupts.c | 45 local_irq_restore(int_flag); in enable_interrupts()
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | system.h | 99 #define local_irq_restore(flags) __restore_flags (flags) macro
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | adi_gpio2.c | 365 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 D | system.h | 141 #define local_irq_restore(x) __restore_flags(x); macro
|
| H A D | mipsregs.h | 1038 local_irq_restore(__flags); \ 1068 local_irq_restore(__flags); \
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.c | 368 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 D | rk_i2c.c | 509 local_irq_restore(flags); in rockchip_i2c_xfer()
|