Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/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-v5.10/tools/testing/selftests/
DMakefile81 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
82 override TARGETS := $(TMP)
129 TMP := $(filter-out gpio, $(TARGETS)) macro
130 TARGETS := $(TMP)
/Linux-v5.10/arch/sparc/lib/
DNGmemcpy.S12 #define RESTORE_ASI(TMP) \ argument
13 ldub [%g6 + TI_CURRENT_DS], TMP; \
14 wr TMP, 0x0, %asi;
17 #define RESTORE_ASI(TMP) \ argument
257 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ argument
259 srlx WORD2, PRE_SHIFT, TMP; \
261 or WORD1, TMP, WORD1; \
262 srlx WORD3, PRE_SHIFT, TMP; \
263 or WORD2, TMP, WORD2;
/Linux-v5.10/scripts/
DKbuild.include90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
94 TMP=$(TMPOUT)/tmp; \
107 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
113 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
118 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
129 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
134 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
/Linux-v5.10/arch/arm64/kernel/vdso32/
DMakefile37 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
39 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
41 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
/Linux-v5.10/arch/x86/
DMakefile135 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \
136 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
137 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
/Linux-v5.10/tools/build/
DMakefile.feature250 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
251 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/Linux-v5.10/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
/Linux-v5.10/tools/testing/selftests/kvm/
DMakefile102 $(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)
/Linux-v5.10/arch/arm64/
DMakefile41 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
/Linux-v5.10/arch/x86/crypto/
Dsha512-avx-asm.S109 TMP = h_64 define
117 a_64 = TMP
Dsha512-ssse3-asm.S107 TMP = h_64 define
115 a_64 = TMP
/Linux-v5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1047 in the TMP or TEMP environment variables. UML will look at the values
1048 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will