Searched defs:round_page (Results 1 – 4 of 4) sorted by relevance
83 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
192 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
42 #define round_page(x) (((x) + page_mask) & ~page_mask) macro
236 #define round_page(x) (((x) + page_mask) & ~page_mask) in acpi_user_find_mapping() macro