Lines Matching refs:ftt_size

314 	tp->ftt_size = (uint8_t)size;
397 tp->ftt_dest = pc + tp->ftt_size +
506 tp->ftt_dest = pc + tp->ftt_size +
515 tp->ftt_dest = pc + tp->ftt_size +
521 tp->ftt_dest = pc + tp->ftt_size +
527 tp->ftt_dest = pc + tp->ftt_size +
535 tp->ftt_dest = pc + tp->ftt_size +
541 tp->ftt_dest = pc + tp->ftt_size +
1104 regs32->eip = pc + tp->ftt_size;
1229 new_pc = pc + tp->ftt_size;
1257 new_pc = pc + tp->ftt_size;
1268 new_pc = pc + tp->ftt_size;
1284 new_pc = pc + tp->ftt_size;
1289 new_pc = pc + tp->ftt_size;
1340 int ret = fasttrap_suword32(addr, (uint32_t)(pc + tp->ftt_size));
1368 * jmp <pc + tp->ftt_size> 5
1378 * <pc + tp->ftt_size> 8
1405 ASSERT(tp->ftt_size < FASTTRAP_MAX_INSTR_SIZE);
1408 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1409 i += tp->ftt_size;
1421 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1422 i += tp->ftt_size;
1443 uthread->t_dtrace_npc = pc + tp->ftt_size;
1648 regs64->isf.rip = pc + tp->ftt_size;
1771 new_pc = pc + tp->ftt_size;
1799 new_pc = pc + tp->ftt_size;
1810 new_pc = pc + tp->ftt_size;
1826 new_pc = pc + tp->ftt_size;
1831 new_pc = pc + tp->ftt_size;
1880 int ret = fasttrap_suword64(addr, pc + tp->ftt_size);
1908 * jmp <pc + tp->ftt_size> 5
1918 * <pc + tp->ftt_size> 8
1971 * <pc + tp->ftt_size> 8
1989 ASSERT(tp->ftt_size < FASTTRAP_MAX_INSTR_SIZE);
1992 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1993 i += tp->ftt_size;
2045 *reg = pc + tp->ftt_size;
2062 *(uint64_t *)&scratch[i] = pc + tp->ftt_size;
2066 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
2067 i += tp->ftt_size;
2088 uthread->t_dtrace_npc = pc + tp->ftt_size;