Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dtrap_block.h145 #define TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \ argument
146 __GET_CPUID(TMP) \
148 sllx TMP, TRAP_BLOCK_SZ_SHIFT, TMP; \
150 add DEST, TMP, DEST; \
153 #define TRAP_LOAD_PGD_PHYS(DEST, TMP) \ argument
154 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
158 #define TRAP_LOAD_IRQ_WORK_PA(DEST, TMP) \ argument
159 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
163 #define TRAP_LOAD_THREAD_REG(DEST, TMP) \ argument
164 TRAP_LOAD_TRAP_BLOCK(DEST, TMP) \
[all …]
/linux-4.1.27/scripts/
DKbuild.include86 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
87 # Exit code chooses option. "$$TMP" is can be used as temporary file and
90 TMP="$(TMPOUT).$$$$.tmp"; \
96 rm -f "$$TMP" "$$TMPO")
102 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
108 printf "%b\n" "$(1)" | $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
114 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
119 $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
129 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
145 $(CC) $(1) -nostdlib -x c /dev/null -o "$$TMP",$(1),$(2))
[all …]
/linux-4.1.27/arch/sparc/lib/
DNGmemcpy.S10 #define RESTORE_ASI(TMP) \ argument
11 ldub [%g6 + TI_CURRENT_DS], TMP; \
12 wr TMP, 0x0, %asi;
15 #define RESTORE_ASI(TMP) \ argument
173 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ argument
175 srlx WORD2, PRE_SHIFT, TMP; \
177 or WORD1, TMP, WORD1; \
178 srlx WORD3, PRE_SHIFT, TMP; \
179 or WORD2, TMP, WORD2;
/linux-4.1.27/arch/metag/lib/
Dlshrdi3.S23 LSL D0Ar6,D1Re0,D1Ar3 ! TMP= HI << -(COUNT - 32)
24 OR D0Re0,D0Re0,D0Ar6 ! LO = LO | TMP
Dashldi3.S22 LSR D0Ar6,D0Re0,D0Ar4 ! TMP= LO >> -(COUNT - 32)
23 OR D1Re0,D1Re0,D0Ar6 ! HI = HI | TMP
Dashrdi3.S23 LSL D0Ar6,D1Re0,D1Ar3 ! TMP= HI << -(COUNT - 32)
24 OR D0Re0,D0Re0,D0Ar6 ! LO = LO | TMP
/linux-4.1.27/tools/build/
DMakefile.feature168 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
169 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S235 # ymm10 T4 TMP
265 TMP = %ymm10 define
373 SHA1_STEP_00_15 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F0
382 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F0
390 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F1
398 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F2
406 SHA1_STEP_16_79 A,B,C,D,E, TMP,FUN, I, K, MAGIC_F3
/linux-4.1.27/arch/x86/
DMakefile121 $(CC) $(KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && \
122 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
123 $(LD) -m elf32_x86_64 "$$TMPO" -o "$$TMP",y,n)
/linux-4.1.27/arch/x86/crypto/
Dsha512-avx-asm.S110 TMP = h_64 define
118 a_64 = TMP
Dsha512-ssse3-asm.S107 TMP = h_64 define
115 a_64 = TMP