Searched refs:update_page_count (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/s390/mm/ |
| H A D | pageattr.c | 144 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page() 145 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page() 231 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page() 232 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
|
| H A D | vmem.c | 203 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table() 298 update_page_count(PG_DIRECT_MAP_1M, add ? pages : -pages); in modify_pmd_table() 367 update_page_count(PG_DIRECT_MAP_2G, add ? pages : -pages); in modify_pud_table()
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 512 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init() 596 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init() 684 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init() 1138 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table() 1184 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table() 1218 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table() 1250 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
|
| H A D | init_32.c | 370 update_page_count(PG_LEVEL_2M, pages_2m); in kernel_physical_mapping_init() 371 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 351 update_page_count(PG_DIRECT_MAP_4K, pages); in pgtable_pte_populate() 383 update_page_count(PG_DIRECT_MAP_1M, pages); in pgtable_pmd_populate() 415 update_page_count(PG_DIRECT_MAP_2G, pages); in pgtable_pud_populate()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 177 static inline void update_page_count(int psize, long count) in update_page_count() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | hash_utils.c | 464 update_page_count(mmu_linear_psize, KFENCE_POOL_SIZE >> pshift); in hash_kfence_map_pool() 1258 update_page_count(mmu_linear_psize, (end - start) >> pshift); in hash__create_section_mapping() 1273 update_page_count(mmu_linear_psize, -((end - start) >> pshift)); in hash__remove_section_mapping() 1421 update_page_count(mmu_linear_psize, size >> pshift); in htab_initialize() 1443 update_page_count(mmu_linear_psize, in htab_initialize()
|
| H A D | radix_pgtable.c | 358 update_page_count(psize, 1); in create_physical_mapping() 816 update_page_count(mmu_virtual_psize, -pages); in remove_pte_table() 856 update_page_count(MMU_PAGE_2M, -pages); in remove_pmd_table() 890 update_page_count(MMU_PAGE_1G, -pages); in remove_pud_table()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 40 static inline void update_page_count(int level, long count) in update_page_count() function
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 86 void update_page_count(int level, unsigned long pages) in update_page_count() function
|