Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c433 ddr->debug_reg = 0x201c0000; /* CL=2 */ in spd_sdram()
435 ddr->debug_reg = 0x202c0000; /* CL=2.5 */ in spd_sdram()
437 ddr->debug_reg = 0x202c0000; /* CL=3.0 */ in spd_sdram()
441 debug("Errata DDR6 (debug_reg=0x%08x)\n", ddr->debug_reg); in spd_sdram()
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h94 struct debug_reg { struct
166 struct debug_reg debug;
H A Dswitch_to.h22 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
H A Dkvm_host.h715 struct debug_reg dbg_reg;
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c763 struct debug_reg debug; in kvmppc_vcpu_run()
867 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug()
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()
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c719 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs()
751 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h330 u32 debug_reg; member