Searched defs:m68k_round_page (Results 1 – 2 of 2) sorted by relevance
96 #define m68k_round_page(x) ((((vaddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
314 #define m68k_round_page(x) ((((unsigned)(x)) + PGOFSET) & ~PGOFSET) in alloc_bitmap() macro