Home
last modified time | relevance | path

Searched refs:FASTTRAP_MAX_INSTR_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h37 #define FASTTRAP_MAX_INSTR_SIZE 15 macro
46 uint8_t ftmt_instr[FASTTRAP_MAX_INSTR_SIZE]; /* orig. instr. */
/titanic_44/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c232 uint8_t instr[FASTTRAP_MAX_INSTR_SIZE + 10]; in fasttrap_tracepoint_init()
233 size_t len = FASTTRAP_MAX_INSTR_SIZE; in fasttrap_tracepoint_init()
337 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE); in fasttrap_tracepoint_init()
1381 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 22]; in fasttrap_pid_probe()
1383 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 7]; in fasttrap_pid_probe()
1490 ASSERT(tp->ftt_size < FASTTRAP_MAX_INSTR_SIZE); in fasttrap_pid_probe()