Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/i386/
H A Dfasttrap_isa.c304 tp->ftt_size = (uint8_t)size; in fasttrap_tracepoint_init()
387 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
496 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
505 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
511 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
517 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
525 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
531 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
1116 regs32->eip = pc + tp->ftt_size; in fasttrap_pid_probe32()
1241 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()
[all …]
/xnu-8020.101.4/bsd/i386/
H A Dfasttrap_isa.h66 #define ftt_size ftt_mtp.ftmt_size macro