Home
last modified time | relevance | path

Searched defs:local_save_flags (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dsystem.h14 #define local_save_flags(x) macro
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dsystem.h22 #define local_save_flags(x) __asm__ __volatile__ ( \ macro
/OK3568_Linux_fs/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h57 static inline void local_save_flags( in local_save_flags() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsystem.h47 #define local_save_flags(x) \ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h145 #define local_save_flags(x) \ macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dirqflags.h31 #define local_save_flags(flags) ((flags) = 0) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqflags.h231 #define local_save_flags(flags) raw_local_save_flags(flags) macro