Home
last modified time | relevance | path

Searched refs:debug_reg (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
Dswitch_to.h21 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
Dprocessor.h193 struct debug_reg { struct
249 struct debug_reg debug; argument
Dkvm_host.h672 struct debug_reg dbg_reg;
/arch/powerpc/kvm/
Dbooke.c737 struct debug_reg debug; in kvmppc_vcpu_run()
840 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug()
1866 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()
1896 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()
1998 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug()
/arch/powerpc/kernel/
Dprocess.c658 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs()
690 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs()