Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/arm/
H A Dfasttrap_isa.c143 tp->ftt_thumb = 0; in fasttrap_tracepoint_init()
145 tp->ftt_thumb = 1; in fasttrap_tracepoint_init()
156 tp->ftt_thumb = 0; in fasttrap_tracepoint_init()
161 tp->ftt_thumb = 1; in fasttrap_tracepoint_init()
170 if (tp->ftt_thumb) { in fasttrap_tracepoint_init()
179 …(tp->ftt_thumb && dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb) == 2) ? tp->ftt_instr1 : instr, … in fasttrap_tracepoint_init()
191 int size = tp->ftt_thumb ? 2 : 4; in fasttrap_tracepoint_install()
193 if (tp->ftt_thumb) { in fasttrap_tracepoint_install()
213 int size = tp->ftt_thumb ? 2 : 4; in fasttrap_tracepoint_remove()
222 if (tp->ftt_thumb) { in fasttrap_tracepoint_remove()
[all …]
/xnu-8020.101.4/bsd/arm/
H A Dfasttrap_isa.h67 #define ftt_thumb ftt_mtp.ftmt_thumb macro