Searched defs:dbg_reg (Results 1 – 6 of 6) sorted by relevance
224 u64 *dbg_reg) in reg_to_dbg()239 u64 *dbg_reg) in dbg_to_reg()250 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr() local292 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in trap_bcr() local335 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr() local378 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in trap_wcr() local729 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr() local
830 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug() local1856 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()1886 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()1988 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug() local
173 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS__) macro
90 #define dbg_reg(dev, priv, reg) \ macro
44 #define dbg_reg(fmt, arg...) \ macro
600 struct debug_reg dbg_reg; member