Home
last modified time | relevance | path

Searched defs:cpu_reg (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/arm64/kvm/hyp/include/nvhe/
Dtrap_handler.h14 #define cpu_reg(ctxt, r) (ctxt)->regs.regs[r] macro
/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbnx2.h7015 struct cpu_reg { struct
7016 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 …]
Dbnx2.c3831 load_cpu_fw(struct bnx2 *bp, const struct cpu_reg *cpu_reg, in load_cpu_fw()