Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c877 unsigned int *bp_d_regs = &sreg.s3_3; in stub_is_stopped() local
912 if (reg.eda >= bp_d_regs[bp * 2] && in stub_is_stopped()
913 reg.eda <= bp_d_regs[bp * 2 + 1]) { in stub_is_stopped()
934 if (reg.eda + 31 >= bp_d_regs[bp * 2]) { in stub_is_stopped()
937 stopped_data_address = bp_d_regs[bp * 2]; in stub_is_stopped()
1142 unsigned int *bp_d_regs = &sreg.s3_3; in insert_watchpoint() local
1178 bp_d_regs[bp * 2] = addr; in insert_watchpoint()
1179 bp_d_regs[bp * 2 + 1] = (addr + len - 1); in insert_watchpoint()
1220 unsigned int *bp_d_regs = &sreg.s3_3; in remove_watchpoint() local
1229 if (bp_d_regs[bp * 2] == addr && in remove_watchpoint()
[all …]