Lines Matching refs:other_byte_order
132 (unlikely ((Dbg)->other_byte_order) \
136 (unlikely ((Dbg)->other_byte_order) \
143 (unlikely ((Dbg)->other_byte_order) \
147 (unlikely ((Dbg)->other_byte_order) \
154 (unlikely ((Dbg)->other_byte_order) \
158 (unlikely ((Dbg)->other_byte_order) \
176 read_2ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
178 read_2sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
180 read_4ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
182 read_4sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
184 read_8ubyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
186 read_8sbyte_unaligned_1 ((Dbg)->other_byte_order, (Addr))
189 read_2ubyte_unaligned_1 (bool other_byte_order, const void *p) in read_2ubyte_unaligned_1() argument
192 if (unlikely (other_byte_order)) in read_2ubyte_unaligned_1()
197 read_2sbyte_unaligned_1 (bool other_byte_order, const void *p) in read_2sbyte_unaligned_1() argument
200 if (unlikely (other_byte_order)) in read_2sbyte_unaligned_1()
212 read_4ubyte_unaligned_1 (bool other_byte_order, const void *p) in read_4ubyte_unaligned_1() argument
215 if (unlikely (other_byte_order)) in read_4ubyte_unaligned_1()
220 read_4sbyte_unaligned_1 (bool other_byte_order, const void *p) in read_4sbyte_unaligned_1() argument
223 if (unlikely (other_byte_order)) in read_4sbyte_unaligned_1()
235 read_8ubyte_unaligned_1 (bool other_byte_order, const void *p) in read_8ubyte_unaligned_1() argument
238 if (unlikely (other_byte_order)) in read_8ubyte_unaligned_1()
243 read_8sbyte_unaligned_1 (bool other_byte_order, const void *p) in read_8sbyte_unaligned_1() argument
246 if (unlikely (other_byte_order)) in read_8sbyte_unaligned_1()