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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h62 #define ftt_instr ftt_mtp.ftmt_instr macro
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c374 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE);
625 tp->ftt_modrm = tp->ftt_instr[rmindex];
626 tp->ftt_instr[rmindex] =
659 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0)
1408 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1421 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1992 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
2066 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c2304 bcopy(&tp->ftt_instr, &instr.ftiq_instr,

Completed in 72 milliseconds