Lines Matching full:physical
78 static int get_seg_physical_address(CPUMIPSState *env, hwaddr *physical, in get_seg_physical_address() argument
92 return env->tlb->map_address(env, physical, prot, real_address, in get_seg_physical_address()
96 *physical = physical_base | (real_address & segmask); in get_seg_physical_address()
102 static int get_segctl_physical_address(CPUMIPSState *env, hwaddr *physical, in get_segctl_physical_address() argument
111 return get_seg_physical_address(env, physical, prot, real_address, in get_segctl_physical_address()
116 int get_physical_address(CPUMIPSState *env, hwaddr *physical, in get_physical_address() argument
142 ret = get_segctl_physical_address(env, physical, prot, in get_physical_address()
149 ret = env->tlb->map_address(env, physical, prot, in get_physical_address()
158 ret = env->tlb->map_address(env, physical, prot, in get_physical_address()
185 ret = get_seg_physical_address(env, physical, prot, in get_physical_address()
199 ret = env->tlb->map_address(env, physical, prot, in get_physical_address()
207 ret = get_segctl_physical_address(env, physical, prot, real_address, in get_physical_address()
212 ret = get_segctl_physical_address(env, physical, prot, real_address, in get_physical_address()
217 ret = get_segctl_physical_address(env, physical, prot, real_address, in get_physical_address()
225 ret = get_segctl_physical_address(env, physical, prot, real_address, in get_physical_address()