D | helper.c | 39 target_ulong address, int rw, int access_type) in no_mmu_map_address() argument 48 target_ulong address, int rw, int access_type) in fixed_mmu_map_address() argument 66 target_ulong address, int rw, int access_type) in r4k_map_address() argument 94 if (rw == 0 || (n ? tlb->D1 : tlb->D0)) { in r4k_map_address() 110 int rw, int access_type) in get_physical_address() argument 133 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 139 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 147 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 164 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() 188 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type); in get_physical_address() [all …]
|