Home
last modified time | relevance | path

Searched refs:ftt_mtp (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/i386/
H A Dfasttrap_isa.h63 #define ftt_instr ftt_mtp.ftmt_instr
64 #define ftt_ripmode ftt_mtp.ftmt_ripmode
65 #define ftt_modrm ftt_mtp.ftmt_modrm
66 #define ftt_size ftt_mtp.ftmt_size
67 #define ftt_type ftt_mtp.ftmt_type
68 #define ftt_code ftt_mtp.ftmt_code
69 #define ftt_base ftt_mtp.ftmt_base
70 #define ftt_index ftt_mtp.ftmt_index
71 #define ftt_scale ftt_mtp.ftmt_scale
72 #define ftt_segment ftt_mtp.ftmt_segment
[all …]
/xnu-12377.41.6/bsd/arm/
H A Dfasttrap_isa.h63 #define ftt_instr ftt_mtp.ftmt_instr.instr32
64 #define ftt_instr1 ftt_mtp.ftmt_instr.instr16.instr1
65 #define ftt_instr2 ftt_mtp.ftmt_instr.instr16.instr2
66 #define ftt_fntype ftt_mtp.ftmt_fntype
67 #define ftt_thumb ftt_mtp.ftmt_thumb
68 #define ftt_type ftt_mtp.ftmt_type
69 #define ftt_installed ftt_mtp.ftmt_installed
70 #define ftt_retired ftt_mtp.ftmt_retired
/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h144 fasttrap_machtp_t ftt_mtp; /* ISA-specific portion */ member