Searched defs:dbg_reg (Results 1 – 5 of 5) sorted by relevance
829 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug() local1853 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()1883 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()1985 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
587 struct debug_reg dbg_reg; member