Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
A Dtrap_block.h154 __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 …]
/arch/x86/crypto/
A Dpolyval-clmulni_asm.S43 #define TMP %rax macro
230 mov BLOCKS_LEFT, TMP
231 shlq $4, TMP
233 subq TMP, KEY_POWERS
/arch/arm64/crypto/
A 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/
A DNGmemcpy.S12 #define RESTORE_ASI(TMP) \ argument
16 #define RESTORE_ASI(TMP) \ argument
256 #define MIX_THREE_WORDS(WORD1, WORD2, WORD3, PRE_SHIFT, POST_SHIFT, TMP) \ argument
258 srlx WORD2, PRE_SHIFT, TMP; \
260 or WORD1, TMP, WORD1; \
261 srlx WORD3, PRE_SHIFT, TMP; \
262 or WORD2, TMP, WORD2;
/arch/arm64/kernel/vdso32/
A DMakefile23 $(CC_COMPAT) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
25 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
/arch/arm64/
A DMakefile30 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)

Completed in 12 milliseconds