Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dsystem.h18 #define local_irq_restore(flags) \ macro
24 #define local_irq_restore(flags) ((void)(flags)) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/
H A Dsystem.h35 #define local_irq_restore(flags) \ macro
157 #define local_irq_restore(x) \ macro
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dsystem.h15 #define local_irq_restore(x) macro
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dsystem.h27 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
/OK3568_Linux_fs/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h63 static inline void local_irq_restore( in local_irq_restore() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsystem.h58 #define local_irq_restore(x) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dirqflags.h207 #define local_irq_restore(flags) \ macro
226 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dirqflags.h124 #define local_irq_restore raw_local_irq_restore macro
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dhacking.rst397 .. _local_bh_disable:
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst421 .. _it_local_bh_disable:
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dirqflags.h30 #define local_irq_restore(flags) ((void)(flags)) macro
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dsystem.h99 #define local_irq_restore(flags) __restore_flags (flags) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dsystem.h141 #define local_irq_restore(x) __restore_flags(x); macro