Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 19 of 19) sorted by relevance

/linux/lib/test_fortify/
H A Dtest_fortify.sh20 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 Dnosymfollow-test.c28 #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 Dstackdump7 TMP=$(mktemp)
11 cat /proc/$tid/stat | awk '{print $29}' >> $TMP
14 mv $TMP $STACKDUMP_FILE
/linux/scripts/
H A DMakefile.compiler23 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 Dchacha-riscv64-zvkb.S59 #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 Dsha256-ni-asm.S71 #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 Dpolyval-pclmul-avx.S43 #define TMP %rax macro
230 mov BLOCKS_LEFT, TMP
231 shlq $4, TMP
233 subq TMP, KEY_POWERS
H A Dsha512-ssse3-asm.S103 TMP = h_64 define
111 a_64 = TMP
H A Dsha512-avx-asm.S105 TMP = h_64 define
113 a_64 = TMP
/linux/lib/crypto/arm64/
H A Dpolyval-ce-core.S36 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 DMakefile.feature312 $(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 DMakefile29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
/linux/tools/testing/selftests/
H A DMakefile153 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
154 override TARGETS := $(TMP)
152 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) global() macro
/linux/drivers/hwmon/
H A Dsurface_temp.c218 { SSAM_SDEV(TMP, SAM, 0x00, 0x02) },
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm293 $(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 DMakefile23 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
/linux/arch/arm64/
H A DMakefile30 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
/linux/samples/bpf/
H A DMakefile154 $(CC) -Werror -fsanitize=bounds -x c - -o "$$TMP",-fsanitize=bounds,)
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1058 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