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

/darwin-on-arm/xnu/bsd/i386/
H A Dfasttrap_isa.h64 #define ftt_instr ftt_mtp.ftmt_instr macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c378 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE);
634 tp->ftt_modrm = tp->ftt_instr[rmindex];
635 tp->ftt_instr[rmindex] =
669 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0)
1418 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1431 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
2002 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
2076 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c2406 bcopy(&tp->ftt_instr, &instr.ftiq_instr,

Completed in 25 milliseconds