Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/dev/i386/
H A Dfasttrap_isa.c661 user_addr_t new_pc) in fasttrap_return_common() argument
714 new_pc - probe->ftp_faddr < probe->ftp_fsize) in fasttrap_return_common()
959 user_addr_t new_pc = 0; in fasttrap_pid_probe32() local
1131 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 …]
/xnu-8792.41.9/bsd/dev/arm64/
H A Dfasttrap_isa.c188 fasttrap_return_common(proc_t *p, arm_saved_state_t *regs, user_addr_t pc, user_addr_t new_pc) argument
221 new_pc - probe->ftp_faddr < probe->ftp_fsize) {
563 user_addr_t new_pc = 0; local
596 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 …]
/xnu-8792.41.9/tests/
H A Dthread_set_state_arm64_cpsr.c89 void *new_pc = (void *)&phase2;
90 arm_thread_state64_set_pc_fptr(ts, new_pc);