Searched refs:ftt_instr (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 77 tp->ftt_instr = instr; in fasttrap_tracepoint_init() 177 if (uwrite(p, &tp->ftt_instr, size, tp->ftt_pc) != 0) { in fasttrap_tracepoint_remove() 562 uint32_t instr = tp->ftt_instr; 576 if (IS_ARM64_NOP(tp->ftt_instr)) { 911 fasttrap_pid_probe_thunk_instr64(state, tp, p, uthread, &tp->ftt_instr, 1, &new_pc);
|
| /xnu-8796.141.3/bsd/i386/ |
| H A D | fasttrap_isa.h | 63 #define ftt_instr ftt_mtp.ftmt_instr macro
|
| /xnu-8796.141.3/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 364 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE); in fasttrap_tracepoint_init() 615 tp->ftt_modrm = tp->ftt_instr[rmindex]; in fasttrap_tracepoint_init() 616 tp->ftt_instr[rmindex] = in fasttrap_tracepoint_init() 651 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 1421 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe32() 1434 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe32() 2009 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe64() 2083 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe64()
|
| /xnu-8796.141.3/bsd/arm/ |
| H A D | fasttrap_isa.h | 63 #define ftt_instr ftt_mtp.ftmt_instr.instr32 macro
|
| /xnu-8796.141.3/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2583 bcopy(&tp->ftt_instr, &instr.ftiq_instr, in fasttrap_ioctl()
|