Searched refs:new_pc (Results 1 – 3 of 3) sorted by relevance
661 user_addr_t new_pc) in fasttrap_return_common() argument714 new_pc - probe->ftp_faddr < probe->ftp_fsize) in fasttrap_return_common()959 user_addr_t new_pc = 0; in fasttrap_pid_probe32() local1131 new_pc = regs32->eip; in fasttrap_pid_probe32()1161 new_pc = pc; in fasttrap_pid_probe32()1169 new_pc = dst; in fasttrap_pid_probe32()1239 new_pc = tp->ftt_dest; in fasttrap_pid_probe32()1241 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()1267 new_pc = tp->ftt_dest; in fasttrap_pid_probe32()1269 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()[all …]
188 fasttrap_return_common(proc_t *p, arm_saved_state_t *regs, user_addr_t pc, user_addr_t new_pc) argument221 new_pc - probe->ftp_faddr < probe->ftp_fsize) {563 user_addr_t new_pc = 0; local596 new_pc = regs64->pc; /* Bit of a hack */605 new_pc = regs64->pc + 4;669 new_pc = regs64->pc; /* Bit of a hack, we know about update in fasttrap_sigsegv() */700 new_pc = regs64->pc + 4;708 new_pc = regs64->pc + 4;748 new_pc = regs64->pc + offset;751 new_pc = regs64->pc + 4;[all …]
89 void *new_pc = (void *)&phase2;90 arm_thread_state64_set_pc_fptr(ts, new_pc);