Lines Matching full:ma

103 				struct mem_access *ma)  in handle_unaligned_ins()  argument
138 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
151 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
162 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
175 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
186 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
201 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
217 if (ma->to(dstu, src, 2)) in handle_unaligned_ins()
231 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
250 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
263 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
284 struct mem_access *ma) in handle_delayslot() argument
300 return handle_unaligned_ins(instruction, regs, ma); in handle_delayslot()
320 struct mem_access *ma, int expected, in handle_unaligned_access() argument
353 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
359 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
365 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
386 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
392 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
420 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
434 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
451 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
457 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
471 ret = handle_unaligned_ins(instruction, regs, ma); in handle_unaligned_access()