Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dcpu.h332 #define M68K_8K_PAGE_MASK (~0x7f) macro
333 #define M68K_8K_PAGE_BASE(entry) (next & M68K_8K_PAGE_MASK)
H A Dhelper.c498 tib_mask = M68K_8K_PAGE_MASK; in dump_address_map()