| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | trap_block.h | 153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 154 __GET_CPUID(TMP) \ 156 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \ 158 add DEST, TMP, DEST; \ 160 /* Clobbers TMP, current address space PGD phys address into DEST. */ 161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ 162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 165 /* Clobbers TMP, loads local processor's IRQ work area into DEST. */ 166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ [all...] |
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| H A D | trap_block.h | 153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 154 __GET_CPUID(TMP) \ 156 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \ 158 add DEST, TMP, DEST; \ 160 /* Clobbers TMP, current address space PGD phys address into DEST. */ 161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ 162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 165 /* Clobbers TMP, loads local processor's IRQ work area into DEST. */ 166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ [all...] |
| /kernel/linux/linux-6.6/scripts/ |
| H A D | test_fortify.sh | 20 TMP="${OUT}.tmp" 30 rm -f "$TMP" 40 if "$@" -Werror -c "$IN" -o "$OUT".o 2> "$TMP" ; then 45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then 54 if ! grep -Eq -m1 "error: call to .?\b${WANT}\b.?" "$TMP" ; then 66 cat "$TMP" >>"$OUT"
|
| /kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
| H A D | nosymfollow-test.c | 28 #define TMP "/tmp" macro 181 ret = statfs(TMP, &buf); in test_statfs() 187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs() 190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs() 206 if (mount("testing", TMP, "ramfs", 0, NULL) != 0) in main() 212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mount/ |
| H A D | nosymfollow-test.c | 28 #define TMP "/tmp" macro 181 ret = statfs(TMP, &buf); in test_statfs() 187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs() 190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs() 206 if (mount("testing", TMP, "ramfs", 0, NULL) != 0) in main() 212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | polyval-clmulni_asm.S | 43 #define TMP %rax define 230 mov BLOCKS_LEFT, TMP 231 shlq $4, TMP 233 subq TMP, KEY_POWERS
|
| H A D | sha512-ssse3-asm.S | 104 TMP = h_64 define 112 a_64 = TMP
|
| H A D | sha512-avx-asm.S | 106 TMP = h_64 define 114 a_64 = TMP
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ |
| H A D | Makefile | 81 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro 82 override TARGETS := $(TMP) 137 TMP := $(filter-out gpio, $(TARGETS)) macro 138 TARGETS := $(TMP)
|
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| H A D | NGmemcpy.S | 12 #define RESTORE_ASI(TMP) \ 13 ldub [%g6 + TI_CURRENT_DS], TMP; \ 14 wr TMP, 0x0, %asi; 17 #define RESTORE_ASI(TMP) \ 257 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ 259 srlx WORD2, PRE_SHIFT, TMP; \ 261 or WORD1, TMP, WORD1; \ 262 srlx WORD3, PRE_SHIFT, TMP; \ 263 or WORD2, TMP, WORD2;
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| H A D | polyval-ce-core.S | 36 TMP .req x13 label 312 adr TMP, .Lgstar 313 ld1 {GSTAR.2d}, [TMP] 337 adr TMP, .Lgstar 339 ld1 {GSTAR.2d}, [TMP]
|
| /kernel/linux/linux-6.6/arch/sparc/lib/ |
| H A D | NGmemcpy.S | 12 #define RESTORE_ASI(TMP) \ 16 #define RESTORE_ASI(TMP) \ 256 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ 258 srlx WORD2, PRE_SHIFT, TMP; \ 260 or WORD1, TMP, WORD1; \ 261 srlx WORD3, PRE_SHIFT, TMP; \ 262 or WORD2, TMP, WORD2;
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 26 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2)) 28 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1))) 30 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
|
| /kernel/linux/linux-5.10/arch/x86/ |
| H A D | Makefile | 139 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \ 140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \ 141 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
| H A D | Makefile | 102 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie) 106 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | Makefile | 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | Makefile | 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 23 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2)) 25 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ |
| H A D | Makefile | 114 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro 115 override TARGETS := $(TMP)
|
| /kernel/linux/linux-6.6/drivers/platform/surface/ |
| H A D | surface_platform_profile.c | 171 { SSAM_SDEV(TMP, SAM, 0x00, 0x01) },
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
| H A D | Makefile | 226 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 230 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
| /kernel/linux/linux-5.10/arch/arm64/ |
| H A D | Makefile | 41 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
|
| /kernel/linux/linux-6.6/arch/arm64/ |
| H A D | Makefile | 33 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | sha512-avx-asm.S | 109 TMP = h_64 define 117 a_64 = TMP
|
| H A D | sha512-ssse3-asm.S | 107 TMP = h_64 define 115 a_64 = TMP
|