Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dsystem.h17 #define local_irq_restore(flags) \ macro
23 #define local_irq_restore(flags) ((void)(flags)) macro
/openbmc/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
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsystem.h14 #define local_irq_restore(x) macro
/openbmc/u-boot/arch/nios2/include/asm/
H A Dsystem.h26 #define local_irq_restore(x) __asm__ __volatile__ ( \ macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsystem.h57 #define local_irq_restore(x) \ macro
/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h62 static inline void local_irq_restore( in local_irq_restore() function
/openbmc/linux/include/linux/
H A Dirqflags.h227 #define local_irq_restore(flags) \ macro
246 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dirqflags.h124 #define local_irq_restore raw_local_irq_restore macro
/openbmc/linux/Documentation/kernel-hacking/
H A Dhacking.rst396 .. _local_bh_disable:
/openbmc/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst420 .. _it_local_bh_disable:
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst337 .. _local_bh_disable_zh:
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h99 #define local_irq_restore(flags) __restore_flags (flags) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h142 #define local_irq_restore(x) __restore_flags(x); macro