Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dcpu.h333 #define M68K_8K_PAGE_BASE(entry) (next & M68K_8K_PAGE_MASK) macro
H A Dhelper.c822 entry = M68K_8K_PAGE_BASE(next) | M68K_8K_PAGE_INDEX(address); in get_physical_address()