Searched refs:ftt_instr (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 557 imm = tp->ftt_instr << 19; in fasttrap_pid_probe() 587 if (I(tp->ftt_instr)) { in fasttrap_pid_probe() 590 imm = tp->ftt_instr << 19; in fasttrap_pid_probe() 592 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm; in fasttrap_pid_probe() 594 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + in fasttrap_pid_probe() 595 fasttrap_getreg(rp, RS2(tp->ftt_instr)); in fasttrap_pid_probe() 601 rd = RD(tp->ftt_instr); in fasttrap_pid_probe() 624 if (I(tp->ftt_instr)) { in fasttrap_pid_probe() 627 imm = tp->ftt_instr << 19; in fasttrap_pid_probe() 629 target = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm; in fasttrap_pid_probe() [all …]
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | fasttrap_isa.h | 56 #define ftt_instr ftt_mtp.ftmt_instr macro
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | fasttrap_isa.h | 59 #define ftt_instr ftt_mtp.ftmt_instr macro
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 323 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE); in fasttrap_tracepoint_init() 574 tp->ftt_modrm = tp->ftt_instr[rmindex]; in fasttrap_tracepoint_init() 575 tp->ftt_instr[rmindex] = in fasttrap_tracepoint_init() 608 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 1430 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe() 1513 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size); in fasttrap_pid_probe()
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | fasttrap.c | 2070 bcopy(&tp->ftt_instr, &instr.ftiq_instr, in fasttrap_ioctl()
|