Home
last modified time | relevance | path

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

/external/u-boot/arch/xtensa/include/asm/
Dsystem.h12 #define local_irq_save(flags) \ macro
22 #define local_irq_save(flags) ((void)(flags)) macro
/external/u-boot/arch/arm/include/asm/proc-armv/
Dsystem.h22 #define local_irq_save(flags) \ macro
70 #define local_irq_save(x) \ macro
/external/u-boot/arch/sandbox/include/asm/
Dsystem.h10 #define local_irq_save(x) macro
/external/u-boot/arch/nios2/include/asm/
Dsystem.h32 #define local_irq_save(x) do { local_save_flags(x); local_irq_disable(); } \ macro
/external/u-boot/arch/nds32/include/asm/
Dsystem.h37 #define local_irq_save(x) \ macro
/external/u-boot/arch/arm/thumb1/include/asm/proc-armv/
Dsystem.h30 static inline void local_irq_save( in local_irq_save() function
/external/u-boot/arch/sh/include/asm/
Dirqflags.h117 #define local_irq_save raw_local_irq_save macro
/external/u-boot/arch/microblaze/include/asm/
Dsystem.h97 #define local_irq_save(flags) __save_flags_cli (flags) macro
/external/u-boot/arch/mips/include/asm/
Dsystem.h141 #define local_irq_save(x) __save_and_cli(x); macro