Searched refs:update_page_count (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 351 update_page_count(PG_DIRECT_MAP_4K, pages); in pgtable_pte_populate() 384 update_page_count(PG_DIRECT_MAP_1M, pages); in pgtable_pmd_populate() 417 update_page_count(PG_DIRECT_MAP_2G, pages);
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 203 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table() 300 update_page_count(PG_DIRECT_MAP_1M, add ? pages : -pages); in modify_pmd_table() 370 update_page_count(PG_DIRECT_MAP_2G, add ? pages : -pages);
|
| /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() 1419 update_page_count(mmu_linear_psize, size >> pshift); in htab_initialize() 1441 update_page_count(mmu_linear_psize, in htab_initialize()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 42 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
|