Searched refs:update_page_count (Results 1 – 9 of 9) sorted by relevance
/arch/s390/mm/ |
D | pageattr.c | 136 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page() 137 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page() 217 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page() 218 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
|
D | vmem.c | 189 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table() 286 update_page_count(PG_DIRECT_MAP_1M, add ? pages : -pages); in modify_pmd_table() 361 update_page_count(PG_DIRECT_MAP_2G, add ? pages : -pages); in modify_pud_table()
|
/arch/x86/mm/ |
D | init_64.c | 492 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init() 577 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init() 669 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init() 1099 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table() 1148 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table() 1182 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table() 1214 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
|
D | init_32.c | 379 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()
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 175 static inline void update_page_count(int psize, long count) in update_page_count() function
|
/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 348 update_page_count(psize, 1); in create_physical_mapping() 794 update_page_count(mmu_virtual_psize, -pages); in remove_pte_table() 827 update_page_count(MMU_PAGE_2M, -pages); in remove_pmd_table() 860 update_page_count(MMU_PAGE_1G, -pages); in remove_pud_table()
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 551 extern void update_page_count(int level, unsigned long pages); 553 static inline void update_page_count(int level, unsigned long pages) { } in update_page_count() function
|
/arch/s390/include/asm/ |
D | pgtable.h | 38 static inline void update_page_count(int level, long count) in update_page_count() function
|
/arch/x86/mm/pat/ |
D | set_memory.c | 82 void update_page_count(int level, unsigned long pages) in update_page_count() function
|