Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/falcon/
Dbase.c173 u32 debug_reg; in nvkm_falcon_ctor() local
195 debug_reg = 0x0; in nvkm_falcon_ctor()
198 debug_reg = 0xc08; in nvkm_falcon_ctor()
201 debug_reg = 0xd00; in nvkm_falcon_ctor()
204 debug_reg = 0x408; in nvkm_falcon_ctor()
208 debug_reg = 0x0; /*XXX*/ in nvkm_falcon_ctor()
213 debug_reg = 0; in nvkm_falcon_ctor()
217 if (debug_reg) { in nvkm_falcon_ctor()
218 u32 val = nvkm_falcon_rd32(falcon, debug_reg); in nvkm_falcon_ctor()
/Linux-v5.4/arch/powerpc/include/asm/
Dprocessor.h105 struct debug_reg { struct
167 struct debug_reg debug;
Dswitch_to.h21 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
Dkvm_host.h701 struct debug_reg dbg_reg;
/Linux-v5.4/arch/powerpc/kvm/
Dbooke.c736 struct debug_reg debug; in kvmppc_vcpu_run()
839 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug()
1885 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()
1915 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()
2017 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug()
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c666 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs()
698 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs()