Searched refs:ftt_instr (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/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; 573 if (IS_ARM64_NOP(tp->ftt_instr)) { 908 fasttrap_pid_probe_thunk_instr64(state, tp, p, uthread, &tp->ftt_instr, 1, &new_pc);
|
| /xnu-12377.41.6/bsd/i386/ |
| H A D | fasttrap_isa.h | 63 #define ftt_instr ftt_mtp.ftmt_instr macro
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 363 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE); in fasttrap_tracepoint_init() 614 tp->ftt_modrm = tp->ftt_instr[rmindex]; in fasttrap_tracepoint_init() 615 tp->ftt_instr[rmindex] = in fasttrap_tracepoint_init() 650 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 1420 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe32() 1433 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe32() 2008 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe64() 2082 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe64()
|
| /xnu-12377.41.6/bsd/arm/ |
| H A D | fasttrap_isa.h | 63 #define ftt_instr ftt_mtp.ftmt_instr.instr32 macro
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 2583 bcopy(&tp->ftt_instr, &instr.ftiq_instr, in fasttrap_ioctl()
|