Lines Matching full:phys
173 target_ulong phys = 0; in get_physical_address() local
181 phys = addr; in get_physical_address()
204 phys = saddr & ((1ull << 40) - 1); in get_physical_address()
205 phys |= (saddr & (1ull << 40)) << 3; in get_physical_address()
254 phys = L3pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()
285 *pphys = phys; in get_physical_address()
292 target_ulong phys; in alpha_cpu_get_phys_page_debug() local
295 fail = get_physical_address(cpu_env(cs), addr, 0, 0, &phys, &prot); in alpha_cpu_get_phys_page_debug()
296 return (fail >= 0 ? -1 : phys); in alpha_cpu_get_phys_page_debug()
304 target_ulong phys; in alpha_cpu_tlb_fill() local
308 mmu_idx, &phys, &prot); in alpha_cpu_tlb_fill()
322 tlb_set_page(cs, addr & TARGET_PAGE_MASK, phys & TARGET_PAGE_MASK, in alpha_cpu_tlb_fill()