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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c85 int patchInst(task_t task, addr64_t vaddr, uint32_t inst);
300 return patchInst(p->task, tp->ftt_pc, FASTTRAP_INSTR); /* Patch the instruction and flush it */
320 return patchInst(p->task, tp->ftt_pc, tp->ftt_instr); /* Patch the old instruction back in and flush it */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c947 int patchInst(task_t task, addr64_t vaddr, uint32_t inst);
948 int patchInst(task_t task, addr64_t vaddr, uint32_t inst) function

Completed in 28 milliseconds