Home
last modified time | relevance | path

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

/Linux-v4.19/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()
210 debug_reg = 0; in nvkm_falcon_ctor()
214 if (debug_reg) { in nvkm_falcon_ctor()
215 u32 val = nvkm_falcon_rd32(falcon, debug_reg); in nvkm_falcon_ctor()
/Linux-v4.19/arch/powerpc/include/asm/
Dswitch_to.h21 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
Dprocessor.h205 struct debug_reg { struct
261 struct debug_reg debug; argument
Dkvm_host.h676 struct debug_reg dbg_reg;
/Linux-v4.19/arch/powerpc/kvm/
Dbooke.c747 struct debug_reg debug; in kvmppc_vcpu_run()
850 struct debug_reg *dbg_reg = &(vcpu->arch.dbg_reg); in kvmppc_handle_debug()
1895 static int kvmppc_booke_add_breakpoint(struct debug_reg *dbg_reg, in kvmppc_booke_add_breakpoint()
1925 static int kvmppc_booke_add_watchpoint(struct debug_reg *dbg_reg, uint64_t addr, in kvmppc_booke_add_watchpoint()
2027 struct debug_reg *dbg_reg; in kvm_arch_vcpu_ioctl_set_guest_debug()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c679 static void prime_debug_regs(struct debug_reg *debug) in prime_debug_regs()
711 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs()