Searched defs:mips_round_page (Results 1 - 1 of 1) sorted by relevance

/src/sys/arch/mips/include/
H A Dmips_param.h172 #define mips_round_page(x) ((((uintptr_t)(x)) + NBPG - 1) & ~(NBPG-1)) macro

Completed in 3 milliseconds