Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c71 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
106 tp->ftt_instr = instr; in fasttrap_tracepoint_init()
467 if (tp->ftt_instr & 0x01) in fasttrap_pid_probe()
480 if (tp->ftt_instr & 0x01) in fasttrap_pid_probe()
/netbsd-src/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c381 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE); in fasttrap_tracepoint_init()
637 tp->ftt_modrm = tp->ftt_instr[rmindex]; in fasttrap_tracepoint_init()
638 tp->ftt_instr[rmindex] = in fasttrap_tracepoint_init()
672 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
1527 if (fasttrap_copyout(tp->ftt_instr, (void *)pc,
1622 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1711 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
/netbsd-src/external/cddl/osnet/dist/uts/powerpc/sys/
H A Dfasttrap_isa.h53 #define ftt_instr ftt_mtp.ftmt_instr macro
/netbsd-src/external/cddl/osnet/dist/uts/arm/sys/
H A Dfasttrap_isa.h56 #define ftt_instr ftt_mtp.ftmt_instr macro
/netbsd-src/external/cddl/osnet/dist/uts/intel/sys/
H A Dfasttrap_isa.h61 #define ftt_instr ftt_mtp.ftmt_instr macro
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c2462 bcopy(&tp->ftt_instr, &instr.ftiq_instr, in fasttrap_ioctl()