Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/dev/i386/
H A Dfasttrap_isa.c660 user_addr_t new_pc) in fasttrap_return_common() argument
713 new_pc - probe->ftp_faddr < probe->ftp_fsize) in fasttrap_return_common()
958 user_addr_t new_pc = 0; in fasttrap_pid_probe32() local
1130 new_pc = regs32->eip; in fasttrap_pid_probe32()
1160 new_pc = pc; in fasttrap_pid_probe32()
1168 new_pc = dst; in fasttrap_pid_probe32()
1238 new_pc = tp->ftt_dest; in fasttrap_pid_probe32()
1240 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()
1266 new_pc = tp->ftt_dest; in fasttrap_pid_probe32()
1268 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()
[all …]
/xnu-12377.61.12/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
593 new_pc = regs64->pc; /* Bit of a hack */
602 new_pc = regs64->pc + 4;
666 new_pc = regs64->pc; /* Bit of a hack, we know about update in fasttrap_sigsegv() */
697 new_pc = regs64->pc + 4;
705 new_pc = regs64->pc + 4;
745 new_pc = regs64->pc + offset;
748 new_pc = regs64->pc + 4;
[all …]
/xnu-12377.61.12/tests/
H A Dthread_set_state_arm64_cpsr.c89 void *new_pc = (void *)&phase2;
90 arm_thread_state64_set_pc_fptr(ts, new_pc);
/xnu-12377.61.12/osfmk/arm64/
H A Dstatus.c947 uint64_t new_pc = ts64->pc; in machine_thread_state_convert_from_user() local
951 ts64->pc = new_pc; in machine_thread_state_convert_from_user()