Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c848 unsigned int *bp_d_regs = &sreg.s3_3; in stub_is_stopped() local
883 if (reg.eda >= bp_d_regs[bp * 2] && in stub_is_stopped()
884 reg.eda <= bp_d_regs[bp * 2 + 1]) { in stub_is_stopped()
905 if (reg.eda + 31 >= bp_d_regs[bp * 2]) { in stub_is_stopped()
908 stopped_data_address = bp_d_regs[bp * 2]; in stub_is_stopped()
1113 unsigned int *bp_d_regs = &sreg.s3_3; in insert_watchpoint() local
1149 bp_d_regs[bp * 2] = addr; in insert_watchpoint()
1150 bp_d_regs[bp * 2 + 1] = (addr + len - 1); in insert_watchpoint()
1191 unsigned int *bp_d_regs = &sreg.s3_3; in remove_watchpoint() local
1200 if (bp_d_regs[bp * 2] == addr && in remove_watchpoint()
[all …]