Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dvmem.c351 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 Dvmem.c203 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 Dpgalloc.h177 static inline void update_page_count(int psize, long count) in update_page_count() function
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c464 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 Dpgtable.h42 static inline void update_page_count(int level, long count) in update_page_count() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c86 void update_page_count(int level, unsigned long pages) in update_page_count() function