/linux/arch/sparc/include/asm/ |
A D | trap_block.h | 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) \ 167 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 172 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 199 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument 200 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ 205 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ [all …]
|
/linux/scripts/ |
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 50 if ! grep -q -m1 "error: call to .\b${WANT}\b." "$TMP" ; then 62 cat "$TMP" >>"$OUT"
|
A D | Makefile.compiler | 23 TMP=$(TMPOUT)/tmp; \ 35 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2)) 41 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3)) 46 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4)) 57 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n) 62 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wn…
|
/linux/tools/testing/selftests/mount/ |
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/arch/x86/ |
A D | Makefile | 134 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \ 135 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMP.o" && \ 136 $(LD) -m elf32_x86_64 "$$TMP.o" -o "$$TMP",y,n)
|
/linux/arch/sparc/lib/ |
A D | NGmemcpy.S | 12 #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/tools/build/ |
A D | Build.include | 108 # 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))
|
A D | Makefile.feature | 254 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)) 255 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
|
/linux/tools/testing/selftests/ |
A D | Makefile | 91 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro 92 override TARGETS := $(TMP)
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | Makefile | 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
|
/linux/arch/arm64/kernel/vdso32/ |
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)))
|
/linux/tools/testing/selftests/kvm/ |
A D | Makefile | 139 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie) 143 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
/linux/drivers/platform/surface/ |
A D | surface_platform_profile.c | 172 { SSAM_SDEV(TMP, 0x01, 0x00, 0x01) },
|
/linux/arch/arm64/ |
A D | Makefile | 33 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
|
/linux/arch/x86/crypto/ |
A D | sha512-ssse3-asm.S | 103 TMP = h_64 define 111 a_64 = TMP
|
A D | sha512-avx-asm.S | 105 TMP = h_64 define 113 a_64 = TMP
|
/linux/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1052 in the TMP or TEMP environment variables. UML will look at the values 1053 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will
|