Home
last modified time | relevance | path

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

/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 …]
/arch/x86/crypto/
Dpolyval-clmulni_asm.S43 #define TMP %rax macro
230 mov BLOCKS_LEFT, TMP
231 shlq $4, TMP
233 subq TMP, KEY_POWERS
Dsha512-avx-asm.S105 TMP = h_64 define
113 a_64 = TMP
Dsha512-ssse3-asm.S103 TMP = h_64 define
111 a_64 = TMP
/arch/x86/
DMakefile134 $(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)
/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]
/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;
/arch/arm64/kernel/vdso32/
DMakefile26 $(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)))
30 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
/arch/arm64/
DMakefile33 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)