Searched refs:direct_pages_count (Results 1 – 6 of 6) sorted by relevance
500 atomic_long_t direct_pages_count[MMU_PAGE_COUNT]; variable511 atomic_long_read(&direct_pages_count[MMU_PAGE_4K]) << 2); in arch_report_meminfo()513 atomic_long_read(&direct_pages_count[MMU_PAGE_64K]) << 6); in arch_report_meminfo()515 atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11); in arch_report_meminfo()517 atomic_long_read(&direct_pages_count[MMU_PAGE_1G]) << 20); in arch_report_meminfo()
176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];180 atomic_long_add(count, &direct_pages_count[psize]); in update_page_count()
46 atomic_long_t __bootdata_preserved(direct_pages_count[PG_DIRECT_MAP_MAX]);51 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_4K]) << 2); in arch_report_meminfo()53 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_1M]) << 10); in arch_report_meminfo()55 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_2G]) << 21); in arch_report_meminfo()
85 static unsigned long direct_pages_count[PG_LEVEL_NUM]; variable91 direct_pages_count[level] += pages; in update_page_count()97 if (direct_pages_count[level] == 0) in split_page_count()100 direct_pages_count[level]--; in split_page_count()107 direct_pages_count[level - 1] += PTRS_PER_PTE; in split_page_count()113 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()116 direct_pages_count[PG_LEVEL_2M] << 11); in arch_report_meminfo()119 direct_pages_count[PG_LEVEL_2M] << 12); in arch_report_meminfo()123 direct_pages_count[PG_LEVEL_1G] << 20); in arch_report_meminfo()
17 atomic_long_t __bootdata_preserved(direct_pages_count[PG_DIRECT_MAP_MAX]);
37 extern atomic_long_t __bootdata_preserved(direct_pages_count[PG_DIRECT_MAP_MAX]);42 atomic_long_add(count, &direct_pages_count[level]); in update_page_count()