Searched defs:dbg_reg (Results 1 – 6 of 6) sorted by relevance
441 u64 *dbg_reg) in reg_to_dbg()456 u64 *dbg_reg) in dbg_to_reg()467 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr() local509 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in trap_bcr() local552 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr() local595 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in trap_wcr() local1833 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr() local
839 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug() local1854 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()1884 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()1986 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug() local
170 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS__) macro
92 #define dbg_reg(dev, priv, reg) \ macro
48 #define dbg_reg(fmt, arg...) \ macro
710 struct debug_reg dbg_reg; member