Home
last modified time | relevance | path

Searched defs:dbg_reg (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbooke.c867 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug() local
1901 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()
1931 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()
2034 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug() local
/linux/drivers/memstick/host/
H A Dr592.h170 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS__) macro
/linux/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c85 #define dbg_reg(dev, priv, reg) \ macro