Home
last modified time | relevance | path

Searched refs:direct_pages_count (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s64/
Dpgtable.c420 atomic_long_t direct_pages_count[MMU_PAGE_COUNT]; variable
431 atomic_long_read(&direct_pages_count[MMU_PAGE_4K]) << 2); in arch_report_meminfo()
433 atomic_long_read(&direct_pages_count[MMU_PAGE_64K]) << 6); in arch_report_meminfo()
435 atomic_long_read(&direct_pages_count[MMU_PAGE_2M]) << 11); in arch_report_meminfo()
437 atomic_long_read(&direct_pages_count[MMU_PAGE_1G]) << 20); in arch_report_meminfo()
/linux-6.1.9/arch/s390/mm/
Dpageattr.c44 atomic_long_t direct_pages_count[PG_DIRECT_MAP_MAX]; variable
49 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_4K]) << 2); in arch_report_meminfo()
51 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_1M]) << 10); in arch_report_meminfo()
53 atomic_long_read(&direct_pages_count[PG_DIRECT_MAP_2G]) << 21); in arch_report_meminfo()
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
180 atomic_long_add(count, &direct_pages_count[psize]); in update_page_count()
/linux-6.1.9/arch/x86/mm/pat/
Dset_memory.c83 static unsigned long direct_pages_count[PG_LEVEL_NUM]; variable
89 direct_pages_count[level] += pages; in update_page_count()
95 if (direct_pages_count[level] == 0) in split_page_count()
98 direct_pages_count[level]--; in split_page_count()
105 direct_pages_count[level - 1] += PTRS_PER_PTE; in split_page_count()
111 direct_pages_count[PG_LEVEL_4K] << 2); in arch_report_meminfo()
114 direct_pages_count[PG_LEVEL_2M] << 11); in arch_report_meminfo()
117 direct_pages_count[PG_LEVEL_2M] << 12); in arch_report_meminfo()
121 direct_pages_count[PG_LEVEL_1G] << 20); in arch_report_meminfo()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h36 extern atomic_long_t direct_pages_count[PG_DIRECT_MAP_MAX];
41 atomic_long_add(count, &direct_pages_count[level]); in update_page_count()