Searched refs:M68K_4K_PAGE_INDEX (Results 1 – 2 of 2) sorted by relevance
331 #define M68K_4K_PAGE_INDEX(addr) ((address >> 10) & 0xfc) macro
823 entry = M68K_4K_PAGE_BASE(next) | M68K_4K_PAGE_INDEX(address); in get_physical_address()