Searched refs:M68K_POINTER_BASE (Results 1 – 2 of 2) sorted by relevance
508 tia = address_space_ldl(cs->as, M68K_POINTER_BASE(root_pointer) + i * 4, in dump_address_map()514 tib = address_space_ldl(cs->as, M68K_POINTER_BASE(tia) + j * 4, in dump_address_map()769 entry = M68K_POINTER_BASE(next) | M68K_ROOT_INDEX(address); in get_physical_address()796 entry = M68K_POINTER_BASE(next) | M68K_POINTER_INDEX(address); in get_physical_address()
329 #define M68K_POINTER_BASE(entry) (entry & ~0x1ff) macro