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

/xnu-2782.1.97/bsd/i386/
H A Dfasttrap_isa.h40 #define FASTTRAP_MAX_INSTR_SIZE 15 macro
49 uint8_t ftmt_instr[FASTTRAP_MAX_INSTR_SIZE]; /* orig. instr. */
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c266 uint8_t instr[FASTTRAP_MAX_INSTR_SIZE + 10];
267 size_t len = FASTTRAP_MAX_INSTR_SIZE;
374 bcopy(instr, tp->ftt_instr, FASTTRAP_MAX_INSTR_SIZE);
1355 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 7];
1405 ASSERT(tp->ftt_size < FASTTRAP_MAX_INSTR_SIZE);
1895 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 22];
1989 ASSERT(tp->ftt_size < FASTTRAP_MAX_INSTR_SIZE);

Completed in 24 milliseconds