Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c303 tp->ftt_size = (uint8_t)size; in fasttrap_tracepoint_init()
386 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
495 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
504 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
510 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
516 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
524 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
530 tp->ftt_dest = pc + tp->ftt_size + in fasttrap_tracepoint_init()
1115 regs32->eip = pc + tp->ftt_size; in fasttrap_pid_probe32()
1240 new_pc = pc + tp->ftt_size; in fasttrap_pid_probe32()
[all …]
/xnu-12377.41.6/bsd/i386/
H A Dfasttrap_isa.h66 #define ftt_size ftt_mtp.ftmt_size macro