Home
last modified time | relevance | path

Searched refs:__tmp1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/lib/
H A Dmips-atomic.c89 unsigned long __tmp1; in arch_local_irq_restore() local
105 : [flags] "=r" (__tmp1) in arch_local_irq_restore()
/openbmc/linux/arch/mips/include/asm/
H A Dirqflags.h62 unsigned long __tmp1; in arch_local_irq_restore() local
87 : [flags] "=r" (__tmp1) in arch_local_irq_restore()
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h97 unsigned long __tmp1; \
113 : "=r" (__tmp1) \
/openbmc/linux/include/net/
H A Dsock.h638 uintptr_t __tmp1 = (uintptr_t)(ptr), \
640 WARN_ON_ONCE(__tmp1 & ~SK_USER_DATA_PTRMASK); \
643 __tmp1 | __tmp2); \