Home | History | Annotate | Download | only in target-mips

Lines Matching full:is_write

1883 static void do_unaligned_access (target_ulong addr, int is_write, int is_user, void *retaddr);
1900 static void do_unaligned_access (target_ulong addr, int is_write, int is_user, void *retaddr)
1904 helper_raise_exception ((is_write == 1) ? EXCP_AdES : EXCP_AdEL);
1907 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
1918 ret = cpu_mips_handle_mmu_fault(env, addr, is_write, mmu_idx, 1);
1935 void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,