Searched refs:octeon_cop2_state (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/mips/mips/
H A Dgenassym.c112 ASSYM(COP2_CRC_IV_OFFSET, offsetof(struct octeon_cop2_state, crc_iv));
113 ASSYM(COP2_CRC_LENGTH_OFFSET, offsetof(struct octeon_cop2_state, crc_length));
114 ASSYM(COP2_CRC_POLY_OFFSET, offsetof(struct octeon_cop2_state, crc_poly));
115 ASSYM(COP2_LLM_DAT0_OFFSET, offsetof(struct octeon_cop2_state, llm_dat));
116 ASSYM(COP2_LLM_DAT1_OFFSET, offsetof(struct octeon_cop2_state, llm_dat) + 8);
117 ASSYM(COP2_3DES_IV_OFFSET, offsetof(struct octeon_cop2_state, _3des_iv));
118 ASSYM(COP2_3DES_KEY0_OFFSET, offsetof(struct octeon_cop2_state, _3des_key));
119 ASSYM(COP2_3DES_KEY1_OFFSET, offsetof(struct octeon_cop2_state, _3des_key) + 8);
120 ASSYM(COP2_3DES_KEY2_OFFSET, offsetof(struct octeon_cop2_state, _3des_key) + 16);
121 ASSYM(COP2_3DES_RESULT_OFFSET, offsetof(struct octeon_cop2_state, _3des_resul
[all...]
H A Docteon_cop2.c46 sizeof(struct octeon_cop2_state),
50 struct octeon_cop2_state *
57 octeon_cop2_free_ctx(struct octeon_cop2_state *ctx)
/freebsd-10.2-release/sys/mips/include/
H A Dproc.h66 struct octeon_cop2_state *md_cop2; /* kernel context */
67 struct octeon_cop2_state *md_ucop2; /* userland context */
H A Docteon_cop2.h156 struct octeon_cop2_state { struct
206 struct octeon_cop2_state* octeon_cop2_alloc_ctx(void);
207 void octeon_cop2_free_ctx(struct octeon_cop2_state *);
211 void octeon_cop2_save(struct octeon_cop2_state *);
212 void octeon_cop2_restore(struct octeon_cop2_state *);
/freebsd-10.2-release/sys/mips/cavium/
H A Docteon_cop2.h156 struct octeon_cop2_state { struct
206 void octeon_cop2_save(struct octeon_cop2_state *);
207 void octeon_cop2_restore(struct octeon_cop2_state *);

Completed in 33 milliseconds