Searched refs:update_page_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/s390/mm/ |
D | vmem.c | 145 update_page_count(PG_DIRECT_MAP_4K, pages4k); in vmem_add_mem() 146 update_page_count(PG_DIRECT_MAP_1M, pages1m); in vmem_add_mem() 147 update_page_count(PG_DIRECT_MAP_2G, pages2g); in vmem_add_mem() 206 update_page_count(PG_DIRECT_MAP_4K, -pages4k); in vmem_remove_range() 207 update_page_count(PG_DIRECT_MAP_1M, -pages1m); in vmem_remove_range() 208 update_page_count(PG_DIRECT_MAP_2G, -pages2g); in vmem_remove_range()
|
D | pageattr.c | 134 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page() 135 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page() 211 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page() 212 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
|
/Linux-v4.19/arch/x86/mm/ |
D | init_64.c | 460 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init() 543 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init() 633 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init() 965 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table() 1021 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table() 1076 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table() 1108 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
|
D | init_32.c | 373 update_page_count(PG_LEVEL_2M, pages_2m); in kernel_physical_mapping_init() 374 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
|
D | pageattr.c | 61 void update_page_count(int level, unsigned long pages) in update_page_count() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 231 static inline void update_page_count(int psize, long count) in update_page_count() function
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-radix.c | 327 update_page_count(psize, 1); in create_physical_mapping()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 35 static inline void update_page_count(int level, long count) in update_page_count() function
|