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