| /linux/lib/test_fortify/ |
| H A D | test_fortify.sh | 20 TMP="${OUT%/*}/.${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"
|
| /linux/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()
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | stackdump | 7 TMP=$(mktemp) 11 cat /proc/$tid/stat | awk '{print $29}' >> $TMP 14 mv $TMP $STACKDUMP_FILE
|
| /linux/scripts/ |
| H A D | Makefile.compiler | 23 TMP=$(TMPOUT)/tmp; \ 35 …r $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(1) -c -x assembler-with-cpp /dev/null -o "$$TMP",$(1),$(2)) 41 …LAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o "$$TMP" -,$(2),$(3)) 46 $(1) -Werror $(2) $(3:-Wno-%=-W%) -c -x c /dev/null -o "$$TMP",$(3),$(4))
|
| /linux/lib/crypto/riscv/ |
| H A D | chacha-riscv64-zvkb.S | 59 #define TMP t1 macro 221 addi TMP, INP, 32 222 vlsseg8e32.v v24, (TMP), STRIDE 270 addi TMP, OUTP, 32 271 vssseg8e32.v v24, (TMP), STRIDE 277 slli TMP, VL, 6 278 add OUTP, OUTP, TMP 279 add INP, INP, TMP
|
| /linux/lib/crypto/x86/ |
| H A D | sha256-ni-asm.S | 71 #define TMP %xmm7 macro 87 movdqa \m0, TMP 88 palignr $4, \m3, TMP 89 paddd TMP, \m1 125 movdqa STATE0, TMP 127 punpckhqdq TMP, STATE1 /* DCHG */ 156 movdqa STATE0, TMP 158 punpckhqdq TMP, STATE1 /* ABCD */ 179 #undef TMP
|
| H A D | polyval-pclmul-avx.S | 43 #define TMP %rax macro 230 mov BLOCKS_LEFT, TMP 231 shlq $4, TMP 233 subq TMP, KEY_POWERS
|
| H A D | sha512-ssse3-asm.S | 103 TMP = h_64 define 111 a_64 = TMP
|
| H A D | sha512-avx-asm.S | 105 TMP = h_64 define 113 a_64 = TMP
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval-ce-core.S | 36 TMP .req x13 label 309 adr TMP, .Lgstar 310 ld1 {GSTAR.2d}, [TMP] 335 adr TMP, .Lgstar 337 ld1 {GSTAR.2d}, [TMP]
|
| /linux/tools/build/ |
| H A D | Makefile.feature | 312 $(eval TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))) 313 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),) $$(info $(MSG)))
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | Makefile | 29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 153 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) 154 override TARGETS := $(TMP) 152 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) global() macro
|
| /linux/drivers/hwmon/ |
| H A D | surface_temp.c | 218 { SSAM_SDEV(TMP, SAM, 0x00, 0x02) },
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | Makefile.kvm | 293 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 297 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
| /linux/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 23 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
|
| /linux/arch/arm64/ |
| H A D | Makefile | 30 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
|
| /linux/samples/bpf/ |
| H A D | Makefile | 154 $(CC) -Werror -fsanitize=bounds -x c - -o "$$TMP",-fsanitize=bounds,)
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1058 in the TMP or TEMP environment variables. UML will look at the values 1059 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will
|