Home
last modified time | relevance | path

Searched defs:local_irq_restore (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dsystem.h18 #define local_irq_restore(flags) \ macro
24 #define local_irq_restore(flags) ((void)(flags)) macro
/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
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dsystem.h15 #define local_irq_restore(x) macro
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dsystem.h27 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsystem.h58 #define local_irq_restore(x) \ macro
/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/sh/include/asm/
H A Dirqflags.h124 #define local_irq_restore raw_local_irq_restore macro
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h99 #define local_irq_restore(flags) __restore_flags (flags) macro
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h141 #define local_irq_restore(x) __restore_flags(x); macro