HomeSort by: relevance | last modified time | path
    Searched defs:mips_round_page (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/include/
mips_param.h 172 #define mips_round_page(x) ((((uintptr_t)(x)) + NBPG - 1) & ~(NBPG-1)) macro

Completed in 39 milliseconds