Searched refs:sstep_addr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/
H A Dkgdbts.c139 static unsigned long sstep_addr; variable
322 if (arch_needs_sstep_emulation && sstep_addr &&
323 ip + offset == sstep_addr &&
468 break_helper("Z0", NULL, sstep_addr);
476 break_helper("z0", NULL, sstep_addr);
502 sstep_addr = cont_addr + BREAK_INSTR_SIZE;

Completed in 104 milliseconds