octeon_cop2_state   27 arch/mips/cavium-octeon/crypto/octeon-crypto.c unsigned long octeon_crypto_enable(struct octeon_cop2_state *state)
octeon_cop2_state   56 arch/mips/cavium-octeon/crypto/octeon-crypto.c void octeon_crypto_disable(struct octeon_cop2_state *state,
octeon_cop2_state   20 arch/mips/cavium-octeon/crypto/octeon-crypto.h extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
octeon_cop2_state   21 arch/mips/cavium-octeon/crypto/octeon-crypto.h extern void octeon_crypto_disable(struct octeon_cop2_state *state,
octeon_cop2_state   86 arch/mips/cavium-octeon/crypto/octeon-md5.c 	struct octeon_cop2_state state;
octeon_cop2_state  127 arch/mips/cavium-octeon/crypto/octeon-md5.c 	struct octeon_cop2_state state;
octeon_cop2_state  123 arch/mips/cavium-octeon/crypto/octeon-sha1.c 	struct octeon_cop2_state state;
octeon_cop2_state  149 arch/mips/cavium-octeon/crypto/octeon-sha1.c 	struct octeon_cop2_state state;
octeon_cop2_state  135 arch/mips/cavium-octeon/crypto/octeon-sha256.c 	struct octeon_cop2_state state;
octeon_cop2_state  161 arch/mips/cavium-octeon/crypto/octeon-sha256.c 	struct octeon_cop2_state state;
octeon_cop2_state  149 arch/mips/cavium-octeon/crypto/octeon-sha512.c 	struct octeon_cop2_state state;
octeon_cop2_state  175 arch/mips/cavium-octeon/crypto/octeon-sha512.c 	struct octeon_cop2_state state;
octeon_cop2_state   16 arch/mips/include/asm/cop2.h extern void octeon_cop2_save(struct octeon_cop2_state *);
octeon_cop2_state   17 arch/mips/include/asm/cop2.h extern void octeon_cop2_restore(struct octeon_cop2_state *);
octeon_cop2_state  282 arch/mips/include/asm/processor.h 	struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
octeon_cop2_state  297 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_CRC_IV,	octeon_cop2_state, cop2_crc_iv);
octeon_cop2_state  298 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_CRC_LENGTH,	octeon_cop2_state, cop2_crc_length);
octeon_cop2_state  299 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_CRC_POLY,	octeon_cop2_state, cop2_crc_poly);
octeon_cop2_state  300 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_LLM_DAT,	octeon_cop2_state, cop2_llm_dat);
octeon_cop2_state  301 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_3DES_IV,	octeon_cop2_state, cop2_3des_iv);
octeon_cop2_state  302 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_3DES_KEY,	octeon_cop2_state, cop2_3des_key);
octeon_cop2_state  303 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_3DES_RESULT,	octeon_cop2_state, cop2_3des_result);
octeon_cop2_state  304 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_AES_INP0,	octeon_cop2_state, cop2_aes_inp0);
octeon_cop2_state  305 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_AES_IV,	octeon_cop2_state, cop2_aes_iv);
octeon_cop2_state  306 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_AES_KEY,	octeon_cop2_state, cop2_aes_key);
octeon_cop2_state  307 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_AES_KEYLEN,	octeon_cop2_state, cop2_aes_keylen);
octeon_cop2_state  308 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_AES_RESULT,	octeon_cop2_state, cop2_aes_result);
octeon_cop2_state  309 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_GFM_MULT,	octeon_cop2_state, cop2_gfm_mult);
octeon_cop2_state  310 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_GFM_POLY,	octeon_cop2_state, cop2_gfm_poly);
octeon_cop2_state  311 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_GFM_RESULT,	octeon_cop2_state, cop2_gfm_result);
octeon_cop2_state  312 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_HSH_DATW,	octeon_cop2_state, cop2_hsh_datw);
octeon_cop2_state  313 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_HSH_IVW,	octeon_cop2_state, cop2_hsh_ivw);
octeon_cop2_state  314 arch/mips/kernel/asm-offsets.c 	OFFSET(OCTEON_CP2_SHA3,		octeon_cop2_state, cop2_sha3);