Searched refs:TMP (Results 1 – 9 of 9) sorted by relevance
/arch/sparc/include/asm/ |
D | trap_block.h | 153 #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/ |
D | polyval-clmulni_asm.S | 43 #define TMP %rax macro 230 mov BLOCKS_LEFT, TMP 231 shlq $4, TMP 233 subq TMP, KEY_POWERS
|
D | sha512-avx-asm.S | 105 TMP = h_64 define 113 a_64 = TMP
|
D | sha512-ssse3-asm.S | 103 TMP = h_64 define 111 a_64 = TMP
|
/arch/x86/ |
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)
|
/arch/arm64/crypto/ |
D | polyval-ce-core.S | 36 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/ |
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;
|
/arch/arm64/kernel/vdso32/ |
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))) 30 printf "%b\n" "$(1)" | $(CC_COMPAT) $(VDSO_AFLAGS) -c -x assembler -o "$$TMP" -,$(2),$(3))
|
/arch/arm64/ |
D | Makefile | 33 }' | $(CC) -S -x c -o "$$TMP" -,,-DCONFIG_CC_HAS_K_CONSTRAINT=1)
|