Home
last modified time | relevance | path

Searched refs:ftt_instr (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/dev/arm/
H A Dfasttrap_isa.c133 tp->ftt_instr = instr; in fasttrap_tracepoint_init()
179 …(tp->ftt_thumb && dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb) == 2) ? tp->ftt_instr1 : instr, … in fasttrap_tracepoint_init()
231 if (uwrite(p, &tp->ftt_instr, size, tp->ftt_pc) != 0) { in fasttrap_tracepoint_remove()
465 …(tp->ftt_thumb && dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb) == 2) ? tp->ftt_instr1 : tp->ftt…
473 condition_code = ARM_CONDCODE(tp->ftt_instr);
581 if ((tp->ftt_thumb && IS_THUMB_NOP(THUMB_INSTR(tp->ftt_instr))) ||
582 (!tp->ftt_thumb && IS_ARM_NOP(tp->ftt_instr))) {
587 instr_size = dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb);
602 rm = tp->ftt_instr & 0xF;
650 reglist = tp->ftt_instr & 0x1FFF;
[all …]
/xnu-8020.101.4/bsd/dev/arm64/
H A Dfasttrap_isa.c77 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-8020.101.4/bsd/i386/
H A Dfasttrap_isa.h63 #define ftt_instr ftt_mtp.ftmt_instr macro
/xnu-8020.101.4/bsd/dev/i386/
H A Dfasttrap_isa.c364 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-8020.101.4/bsd/arm/
H A Dfasttrap_isa.h63 #define ftt_instr ftt_mtp.ftmt_instr.instr32 macro
/xnu-8020.101.4/bsd/dev/dtrace/
H A Dfasttrap.c2579 bcopy(&tp->ftt_instr, &instr.ftiq_instr, in fasttrap_ioctl()