Symbol: octeon_cop2_state
arch/mips/cavium-octeon/octeon-crypto.c
26
unsigned long octeon_crypto_enable(struct octeon_cop2_state *state)
arch/mips/cavium-octeon/octeon-crypto.c
55
void octeon_crypto_disable(struct octeon_cop2_state *state,
arch/mips/include/asm/cop2.h
16
extern void octeon_cop2_save(struct octeon_cop2_state *);
arch/mips/include/asm/cop2.h
17
extern void octeon_cop2_restore(struct octeon_cop2_state *);
arch/mips/include/asm/octeon/crypto.h
20
extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
arch/mips/include/asm/octeon/crypto.h
21
extern void octeon_crypto_disable(struct octeon_cop2_state *state,
arch/mips/include/asm/processor.h
267
struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
arch/mips/kernel/asm-offsets.c
309
OFFSET(OCTEON_CP2_CRC_IV, octeon_cop2_state, cop2_crc_iv);
arch/mips/kernel/asm-offsets.c
310
OFFSET(OCTEON_CP2_CRC_LENGTH, octeon_cop2_state, cop2_crc_length);
arch/mips/kernel/asm-offsets.c
311
OFFSET(OCTEON_CP2_CRC_POLY, octeon_cop2_state, cop2_crc_poly);
arch/mips/kernel/asm-offsets.c
312
OFFSET(OCTEON_CP2_LLM_DAT, octeon_cop2_state, cop2_llm_dat);
arch/mips/kernel/asm-offsets.c
313
OFFSET(OCTEON_CP2_3DES_IV, octeon_cop2_state, cop2_3des_iv);
arch/mips/kernel/asm-offsets.c
314
OFFSET(OCTEON_CP2_3DES_KEY, octeon_cop2_state, cop2_3des_key);
arch/mips/kernel/asm-offsets.c
315
OFFSET(OCTEON_CP2_3DES_RESULT, octeon_cop2_state, cop2_3des_result);
arch/mips/kernel/asm-offsets.c
316
OFFSET(OCTEON_CP2_AES_INP0, octeon_cop2_state, cop2_aes_inp0);
arch/mips/kernel/asm-offsets.c
317
OFFSET(OCTEON_CP2_AES_IV, octeon_cop2_state, cop2_aes_iv);
arch/mips/kernel/asm-offsets.c
318
OFFSET(OCTEON_CP2_AES_KEY, octeon_cop2_state, cop2_aes_key);
arch/mips/kernel/asm-offsets.c
319
OFFSET(OCTEON_CP2_AES_KEYLEN, octeon_cop2_state, cop2_aes_keylen);
arch/mips/kernel/asm-offsets.c
320
OFFSET(OCTEON_CP2_AES_RESULT, octeon_cop2_state, cop2_aes_result);
arch/mips/kernel/asm-offsets.c
321
OFFSET(OCTEON_CP2_GFM_MULT, octeon_cop2_state, cop2_gfm_mult);
arch/mips/kernel/asm-offsets.c
322
OFFSET(OCTEON_CP2_GFM_POLY, octeon_cop2_state, cop2_gfm_poly);
arch/mips/kernel/asm-offsets.c
323
OFFSET(OCTEON_CP2_GFM_RESULT, octeon_cop2_state, cop2_gfm_result);
arch/mips/kernel/asm-offsets.c
324
OFFSET(OCTEON_CP2_HSH_DATW, octeon_cop2_state, cop2_hsh_datw);
arch/mips/kernel/asm-offsets.c
325
OFFSET(OCTEON_CP2_HSH_IVW, octeon_cop2_state, cop2_hsh_ivw);
arch/mips/kernel/asm-offsets.c
326
OFFSET(OCTEON_CP2_SHA3, octeon_cop2_state, cop2_sha3);
lib/crypto/mips/md5.h
32
struct octeon_cop2_state cop2_state;
lib/crypto/mips/sha1.h
55
struct octeon_cop2_state cop2_state;
lib/crypto/mips/sha256.h
25
struct octeon_cop2_state cop2_state;
lib/crypto/mips/sha512.h
26
struct octeon_cop2_state cop2_state;