Searched refs:B_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
177 *size = (uint64_t)info.max_pages * (uint64_t)B_PAGE_SIZE; in os_get_total_physical_memory()
230 pub const B_PAGE_SIZE: usize = 4096; constant