Home
last modified time | relevance | path

Searched refs:M68K_POINTER_BASE (Results 1 – 2 of 2) sorted by relevance

/qemu/target/m68k/
H A Dhelper.c506 tia = address_space_ldl(cs->as, M68K_POINTER_BASE(root_pointer) + i * 4, in dump_address_map()
512 tib = address_space_ldl(cs->as, M68K_POINTER_BASE(tia) + j * 4, in dump_address_map()
767 entry = M68K_POINTER_BASE(next) | M68K_ROOT_INDEX(address); in get_physical_address()
794 entry = M68K_POINTER_BASE(next) | M68K_POINTER_INDEX(address); in get_physical_address()
H A Dcpu.h327 #define M68K_POINTER_BASE(entry) (entry & ~0x1ff) macro