Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dswitch_to.h39 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
Dprocessor.h170 struct debug_reg { struct
226 struct debug_reg debug; argument
Dkvm_host.h602 struct debug_reg dbg_reg;
/arch/powerpc/kvm/
Dbooke.c727 struct debug_reg debug; in kvmppc_vcpu_run()
830 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug()
1856 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()
1886 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()
1988 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug()
/arch/powerpc/kernel/
Dprocess.c383 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs()
415 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs()