Searched refs:system_memory_pages (Results 1 – 2 of 2) sorted by relevance
455 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_init_screen_caps() local458 if (system_memory_pages <= 0 || system_page_size <= 0) { in crocus_init_screen_caps()462 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in crocus_init_screen_caps()
180 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_video_memory() local183 if (system_memory_pages <= 0 || system_page_size <= 0) in iris_get_video_memory()187 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in iris_get_video_memory()