Searched defs:dbg_reg (Results 1 – 6 of 6) sorted by relevance
397 u64 *dbg_reg) in reg_to_dbg()414 u64 *dbg_reg) in dbg_to_reg()426 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in trap_bvr() local462 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in trap_bcr() local498 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in trap_wvr() local535 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wcr[rd->CRm]; in trap_wcr() local
864 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug() local1892 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()1922 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()2024 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
85 #define dbg_reg(dev, priv, reg) \ macro
48 #define dbg_reg(fmt, arg...) \ macro
715 struct debug_reg dbg_reg; member