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