Lines Matching full:ma
104 struct mem_access *ma) in handle_unaligned_ins() argument
139 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
152 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
163 if (ma->to(dstu, src, 4)) in handle_unaligned_ins()
176 if (ma->to(dstu, src, count)) in handle_unaligned_ins()
187 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
202 if (ma->from(dst, srcu, count)) in handle_unaligned_ins()
218 if (ma->to(dstu, src, 2)) in handle_unaligned_ins()
232 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
251 if (ma->from(dst, srcu, 2)) in handle_unaligned_ins()
264 if (ma->from(dst, srcu, 4)) in handle_unaligned_ins()
285 struct mem_access *ma) in handle_delayslot() argument
301 return handle_unaligned_ins(instruction, regs, ma); in handle_delayslot()
321 struct mem_access *ma, int expected, in handle_unaligned_access() argument
354 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
360 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
366 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
387 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
393 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
421 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
435 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
452 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
458 ret = handle_delayslot(regs, instruction, ma); in handle_unaligned_access()
472 ret = handle_unaligned_ins(instruction, regs, ma); in handle_unaligned_access()