Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Dtrap_block.h151 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ argument
152 __GET_CPUID(TMP) \
154 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
156 add DEST, TMP, DEST; \
159 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument
160 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
164 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ argument
165 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
169 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \ argument
170 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
[all …]
/Linux-v5.4/tools/testing/selftests/
DMakefile69 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
70 override TARGETS := $(TMP)
111 TMP := $(filter-out gpio, $(TARGETS)) macro
112 TARGETS := $(TMP)
/Linux-v5.4/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.4/scripts/
DKbuild.include89 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
90 # Exit code chooses option. "$$TMP" serves as a temporary file and is
93 TMP="$(TMPOUT).$$$$.tmp"; \
99 rm -f "$$TMP" "$$TMPO")
105 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
111 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
116 $(1) -Werror $(2) $(3) -c -x c /dev/null -o "$$TMP",$(3),$(4))
131 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
136 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",…
/Linux-v5.4/arch/arm64/kernel/vdso32/
DMakefile19 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
21 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
23 $(CC_COMPAT) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
25 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
/Linux-v5.4/tools/testing/selftests/kvm/
DMakefile52 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
56 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/Linux-v5.4/tools/build/
DMakefile.feature248 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
249 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/Linux-v5.4/arch/x86/
DMakefile139 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \
140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
141 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
/Linux-v5.4/arch/arm64/
DMakefile46 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
/Linux-v5.4/arch/x86/crypto/
Dsha512-ssse3-asm.S107 TMP = h_64 define
115 a_64 = TMP
Dsha512-avx-asm.S110 TMP = h_64 define
118 a_64 = TMP