Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/i386/
H A Dfasttrap_isa.h64 #define ftt_ripmode ftt_mtp.ftmt_ripmode macro
/xnu-10002.41.9/bsd/dev/i386/
H A Dfasttrap_isa.c604 tp->ftt_ripmode = FASTTRAP_RIP_1 | in fasttrap_tracepoint_init()
609 tp->ftt_ripmode = FASTTRAP_RIP_2 | in fasttrap_tracepoint_init()
2012 if (tp->ftt_ripmode != 0) { in fasttrap_pid_probe64()
2015 ASSERT(tp->ftt_ripmode & in fasttrap_pid_probe64()
2027 if (tp->ftt_ripmode & FASTTRAP_RIP_X) in fasttrap_pid_probe64()
2032 if (tp->ftt_ripmode & FASTTRAP_RIP_1) in fasttrap_pid_probe64()
2037 switch (tp->ftt_ripmode) { in fasttrap_pid_probe64()