Searched refs:octeon_cop2_state (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/mips/kernel/ |
D | asm-offsets.c | 308 OFFSET(OCTEON_CP2_CRC_IV, octeon_cop2_state, cop2_crc_iv); in output_octeon_cop2_state_defines() 309 OFFSET(OCTEON_CP2_CRC_LENGTH, octeon_cop2_state, cop2_crc_length); in output_octeon_cop2_state_defines() 310 OFFSET(OCTEON_CP2_CRC_POLY, octeon_cop2_state, cop2_crc_poly); in output_octeon_cop2_state_defines() 311 OFFSET(OCTEON_CP2_LLM_DAT, octeon_cop2_state, cop2_llm_dat); in output_octeon_cop2_state_defines() 312 OFFSET(OCTEON_CP2_3DES_IV, octeon_cop2_state, cop2_3des_iv); in output_octeon_cop2_state_defines() 313 OFFSET(OCTEON_CP2_3DES_KEY, octeon_cop2_state, cop2_3des_key); in output_octeon_cop2_state_defines() 314 OFFSET(OCTEON_CP2_3DES_RESULT, octeon_cop2_state, cop2_3des_result); in output_octeon_cop2_state_defines() 315 OFFSET(OCTEON_CP2_AES_INP0, octeon_cop2_state, cop2_aes_inp0); in output_octeon_cop2_state_defines() 316 OFFSET(OCTEON_CP2_AES_IV, octeon_cop2_state, cop2_aes_iv); in output_octeon_cop2_state_defines() 317 OFFSET(OCTEON_CP2_AES_KEY, octeon_cop2_state, cop2_aes_key); in output_octeon_cop2_state_defines() [all …]
|
/linux-3.4.99/arch/mips/include/asm/octeon/ |
D | octeon.h | 47 struct octeon_cop2_state; 48 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state); 49 extern void octeon_crypto_disable(struct octeon_cop2_state *state, 51 extern asmlinkage void octeon_cop2_restore(struct octeon_cop2_state *task);
|
/linux-3.4.99/arch/mips/include/asm/ |
D | processor.h | 138 struct octeon_cop2_state { struct 232 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
|