Searched defs:cpu_reg (Results 1 – 2 of 2) sorted by relevance
7015 struct cpu_reg { struct7016 u32 mode;7017 u32 mode_value_halt;7018 u32 mode_value_sstep;7020 u32 state;7021 u32 state_value_clear;7023 u32 gpr0;7024 u32 evmask;7025 u32 pc;7026 u32 inst;[all …]
3832 load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, in load_cpu_fw()