Home
last modified time | relevance | path

Searched refs:update_page_count (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/s390/mm/
Dpageattr.c133 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page()
134 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page()
210 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page()
211 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
Dvmem.c188 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table()
285 update_page_count(PG_DIRECT_MAP_1M, add ? pages : -pages); in modify_pmd_table()
360 update_page_count(PG_DIRECT_MAP_2G, add ? pages : -pages); in modify_pud_table()
/Linux-v5.10/arch/x86/mm/
Dinit_64.c491 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
576 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init()
668 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init()
1027 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
1083 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table()
1138 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table()
1170 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
Dinit_32.c379 update_page_count(PG_LEVEL_2M, pages_2m); in kernel_physical_mapping_init()
380 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h175 static inline void update_page_count(int psize, long count) in update_page_count() function
/Linux-v5.10/arch/x86/include/asm/
Dpgtable_types.h552 extern void update_page_count(int level, unsigned long pages);
554 static inline void update_page_count(int level, unsigned long pages) { } in update_page_count() function
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c323 update_page_count(psize, 1); in create_physical_mapping()
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h36 static inline void update_page_count(int level, long count) in update_page_count() function
/Linux-v5.10/arch/x86/mm/pat/
Dset_memory.c80 void update_page_count(int level, unsigned long pages) in update_page_count() function