Searched refs:machine_inst_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfbt.h33 typedef uint32_t machine_inst_t; typedef
35 typedef uint8_t machine_inst_t; typedef
44 machine_inst_t *fbtp_patchpoint;
46 machine_inst_t fbtp_patchval;
47 machine_inst_t fbtp_savedval;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c389 machine_inst_t *instr, *limit, theInstr;
541 for (j = 0, instr = (machine_inst_t *)sym[i].n_value, theInstr = 0;
557 limit = (machine_inst_t *)instrHigh;
589 machine_inst_t *ptr = *(machine_inst_t **)instr;
591 if (ptr >= (machine_inst_t *)sym[i].n_value && ptr < limit) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c459 machine_inst_t *instr, *limit, theInstr, i1, i2;
611 for (j = 0, instr = (machine_inst_t *)sym[i].n_value, theInstr = 0;
630 limit = (machine_inst_t *)instrHigh;
742 machine_inst_t *patch_instr = instr;

Completed in 33 milliseconds