Home
last modified time | relevance | path

Searched refs:STACK_W (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S30 #define STACK_W (0) macro
31 #define STACK_SIZE (STACK_W + STACK_W_SIZE)
168 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))
172 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))
565 add addr0, sp, #STACK_W
/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S139 #define STACK_W (0) macro
140 #define STACK_REG_SAVE (STACK_W + STACK_W_SIZE)
225 (STACK_W + ((round) / 4) * 64 + (offs) + ((widx) * 4))(%rsp)
229 (STACK_W + ((((round) / 3) - 4) % 2) * 64 + (offs) + ((widx) * 4))(%rsp)