Home
last modified time | relevance | path

Searched refs:local_save_flags (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/nios2/include/asm/
Dsystem.h21 #define local_save_flags(x) __asm__ __volatile__ ( \ macro
32 #define local_irq_save(x) do { local_save_flags(x); local_irq_disable(); } \
38 local_save_flags(flags); \
/external/u-boot/arch/sandbox/include/asm/
Dsystem.h13 #define local_save_flags(x) macro
/external/u-boot/arch/arm/thumb1/include/asm/proc-armv/
Dsystem.h56 static inline void local_save_flags( in local_save_flags() function
/external/u-boot/arch/nds32/include/asm/
Dsystem.h46 #define local_save_flags(x) \ macro
/external/u-boot/arch/arm/include/asm/proc-armv/
Dsystem.h145 #define local_save_flags(x) \ macro