Home
last modified time | relevance | path

Searched defs:m68k_round_page (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/m68k/include/
H A Dparam.h96 #define m68k_round_page(x) ((((vaddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_cc.c314 #define m68k_round_page(x) ((((unsigned)(x)) + PGOFSET) & ~PGOFSET) in alloc_bitmap() macro