Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/intel/sys/
H A Dfasttrap_isa.h61 #define ftt_instr ftt_mtp.ftmt_instr
63 #define ftt_ripmode ftt_mtp.ftmt_ripmode
64 #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 …]
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/sys/
H A Dfasttrap_isa.h53 #define ftt_instr ftt_mtp.ftmt_instr
54 #define ftt_dest ftt_mtp.ftmt_dest
55 #define ftt_type ftt_mtp.ftmt_type
56 #define ftt_flags ftt_mtp.ftmt_flags
57 #define ftt_bo ftt_mtp.ftmt_bo
58 #define ftt_bi ftt_mtp.ftmt_bi
/freebsd/sys/cddl/contrib/opensolaris/uts/arm/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
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h163 fasttrap_machtp_t ftt_mtp; /* ISA-specific portion */ member