Searched refs:update_page_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/s390/mm/ |
D | pageattr.c | 133 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()
|
D | vmem.c | 188 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/ |
D | init_64.c | 491 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()
|
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()
|
/Linux-v5.10/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
|
/Linux-v5.10/arch/x86/include/asm/ |
D | pgtable_types.h | 552 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/ |
D | radix_pgtable.c | 323 update_page_count(psize, 1); in create_physical_mapping()
|
/Linux-v5.10/arch/s390/include/asm/ |
D | pgtable.h | 36 static inline void update_page_count(int level, long count) in update_page_count() function
|
/Linux-v5.10/arch/x86/mm/pat/ |
D | set_memory.c | 80 void update_page_count(int level, unsigned long pages) in update_page_count() function
|