Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dfasttrap_isa.h59 #define ftt_instr ftt_mtp.ftmt_instr
61 #define ftt_ripmode ftt_mtp.ftmt_ripmode
62 #define ftt_modrm ftt_mtp.ftmt_modrm
64 #define ftt_size ftt_mtp.ftmt_size
65 #define ftt_type ftt_mtp.ftmt_type
66 #define ftt_code ftt_mtp.ftmt_code
67 #define ftt_base ftt_mtp.ftmt_base
68 #define ftt_index ftt_mtp.ftmt_index
69 #define ftt_scale ftt_mtp.ftmt_scale
70 #define ftt_segment ftt_mtp.ftmt_segment
[all …]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dfasttrap_isa.h56 #define ftt_instr ftt_mtp.ftmt_instr
57 #define ftt_dest ftt_mtp.ftmt_dest
58 #define ftt_type ftt_mtp.ftmt_type
59 #define ftt_flags ftt_mtp.ftmt_flags
60 #define ftt_cc ftt_mtp.ftmt_cc
61 #define ftt_code ftt_mtp.ftmt_code
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h133 fasttrap_machtp_t ftt_mtp; /* ISA-specific portion */ member