Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/include/asm/
Dtrap_block.h153 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ argument
154 __GET_CPUID(TMP) \
156 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
158 add DEST, TMP, DEST; \
161 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument
162 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
166 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ argument
167 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
171 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \ argument
172 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
[all …]
/linux-6.12.1/lib/test_fortify/
Dtest_fortify.sh20 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"
/linux-6.12.1/arch/x86/crypto/
Dsha256_ni_asm.S72 #define TMP %xmm7 macro
88 movdqa \m0, TMP
89 palignr $4, \m3, TMP
90 paddd TMP, \m1
132 movdqa STATE0, TMP
134 punpckhqdq TMP, STATE1 /* DCHG */
163 movdqa STATE0, TMP
165 punpckhqdq TMP, STATE1 /* ABCD */
Dpolyval-clmulni_asm.S43 #define TMP %rax macro
230 mov BLOCKS_LEFT, TMP
231 shlq $4, TMP
233 subq TMP, KEY_POWERS
Dsha512-ssse3-asm.S104 TMP = h_64 define
112 a_64 = TMP
Dsha512-avx-asm.S106 TMP = h_64 define
114 a_64 = TMP
/linux-6.12.1/tools/testing/selftests/mount/
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-6.12.1/scripts/
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) -c -x c /dev/null -o "$$TMP",$(3),$(4))
/linux-6.12.1/arch/riscv/crypto/
Dchacha-riscv64-zvkb.S59 #define TMP t1 macro
219 addi TMP, INP, 32
220 vlsseg8e32.v v24, (TMP), STRIDE
268 addi TMP, OUTP, 32
269 vssseg8e32.v v24, (TMP), STRIDE
275 slli TMP, VL, 6
276 add OUTP, OUTP, TMP
277 add INP, INP, TMP
/linux-6.12.1/arch/arm64/crypto/
Dpolyval-ce-core.S36 TMP .req x13 label
312 adr TMP, .Lgstar
313 ld1 {GSTAR.2d}, [TMP]
337 adr TMP, .Lgstar
339 ld1 {GSTAR.2d}, [TMP]
/linux-6.12.1/tools/build/
DBuild.include108 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
109 # Exit code chooses option. "$$TMP" serves as a temporary file and is
112 TMP=$(TMPOUT)/tmp; \
123 $(CC) -Werror $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
DMakefile.feature303 $(eval TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)))
304 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),) $$(info $(MSG)))
/linux-6.12.1/arch/sparc/lib/
DNGmemcpy.S12 #define RESTORE_ASI(TMP) \ argument
16 #define RESTORE_ASI(TMP) \ argument
256 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ argument
258 srlx WORD2, PRE_SHIFT, TMP; \
260 or WORD1, TMP, WORD1; \
261 srlx WORD3, PRE_SHIFT, TMP; \
262 or WORD2, TMP, WORD2;
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile29 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
/linux-6.12.1/arch/arm64/kernel/vdso32/
DMakefile23 $(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)))
/linux-6.12.1/tools/testing/selftests/
DMakefile138 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
139 override TARGETS := $(TMP)
/linux-6.12.1/drivers/hwmon/
Dsurface_temp.c218 { SSAM_SDEV(TMP, SAM, 0x00, 0x02) },
/linux-6.12.1/drivers/platform/surface/
Dsurface_platform_profile.c233 { SSAM_SDEV(TMP, SAM, 0x00, 0x01) },
/linux-6.12.1/tools/testing/selftests/kvm/
DMakefile274 $(CC) -Werror $(CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
278 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/linux-6.12.1/arch/arm64/
DMakefile33 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
/linux-6.12.1/samples/bpf/
DMakefile178 $(CC) -Werror -fsanitize=bounds -x c - -o "$$TMP",-fsanitize=bounds,)
/linux-6.12.1/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1091 in the TMP or TEMP environment variables. UML will look at the values
1092 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will