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

/src/sys/uvm/
H A Duvm_param.h198 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
218 #define round_page(x) \ macro

Completed in 2 milliseconds