Searched defs:dbg_reg (Results 1 – 6 of 6) sorted by relevance
409 u64 *dbg_reg) in reg_to_dbg()424 u64 *dbg_reg) in dbg_to_reg()435 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr() local477 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->reg]; in trap_bcr() local520 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr() local563 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->reg]; in trap_wcr() local1695 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() local1885 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()1915 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()2017 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
701 struct debug_reg dbg_reg; member