Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S224 #define IW_W_ADDR(round, widx, offs) \ macro
232 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 0)
233 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 32)
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S167 #define IW_W_ADDR(round, widx, offs) \ macro
175 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 32)
176 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 48)