Searched defs:new_pc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c660 uintptr_t new_pc)
695 new_pc - id->fti_probe->ftp_faddr <
882 uintptr_t pc = rp->r_pc - 1, new_pc = 0; local
1087 new_pc = rp->r_pc;
1126 new_pc = pc;
1134 new_pc = dst;
1203 new_pc = tp->ftt_dest;
1205 new_pc = pc + tp->ftt_size;
1233 new_pc = tp->ftt_dest;
1235 new_pc
659 fasttrap_return_common(struct regs *rp, uintptr_t pc, pid_t pid, uintptr_t new_pc) argument
[all...]

Completed in 62 milliseconds