Home
last modified time | relevance | path

Searched defs:local_irq_save (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dsystem.h13 #define local_irq_save(flags) \ macro
23 #define local_irq_save(flags) ((void)(flags)) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h22 #define local_irq_save(flags) \ macro
70 #define local_irq_save(x) \ macro
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dsystem.h11 #define local_irq_save(x) macro
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dsystem.h33 #define local_irq_save(x) do { local_save_flags(x); local_irq_disable(); } \ macro
/OK3568_Linux_fs/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h31 static inline void local_irq_save( in local_irq_save() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsystem.h38 #define local_irq_save(x) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqflags.h200 #define local_irq_save(flags) \ macro
225 #define local_irq_save(flags) do { raw_local_irq_save(flags); } while (0) macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dirqflags.h117 #define local_irq_save raw_local_irq_save macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dirqflags.h29 #define local_irq_save(flags) ((flags) = 0) macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dsystem.h97 #define local_irq_save(flags) __save_flags_cli (flags) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dsystem.h140 #define local_irq_save(x) __save_and_cli(x); macro