Symbol: TMP
arch/sparc/include/asm/trap_block.h
153
#define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
154
__GET_CPUID(TMP) \
arch/sparc/include/asm/trap_block.h
156
sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
arch/sparc/include/asm/trap_block.h
158
add DEST, TMP, DEST; \
arch/sparc/include/asm/trap_block.h
161
#define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
162
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
166
#define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
167
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
171
#define TRAP_LOAD_THREAD_REG(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
172
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
194
#define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
199
#define TRAP_LOAD_PGD_PHYS(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
200
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
204
#define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
205
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
208
#define TRAP_LOAD_THREAD_REG(DEST, TMP) \
arch/sparc/include/asm/trap_block.h
209
TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
drivers/hwmon/surface_temp.c
218
{ SSAM_SDEV(TMP, SAM, 0x00, 0x02) },
drivers/platform/surface/surface_platform_profile.c
240
{ SSAM_SDEV(TMP, SAM, 0x00, 0x01) },
tools/testing/selftests/mount/nosymfollow-test.c
181
ret = statfs(TMP, &buf);
tools/testing/selftests/mount/nosymfollow-test.c
187
die("ST_NOSYMFOLLOW not set on %s\n", TMP);
tools/testing/selftests/mount/nosymfollow-test.c
190
die("ST_NOSYMFOLLOW set on %s\n", TMP);
tools/testing/selftests/mount/nosymfollow-test.c
206
if (mount("testing", TMP, "ramfs", 0, NULL) != 0)
tools/testing/selftests/mount/nosymfollow-test.c
212
if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0)