Searched refs:update_page_count (Results 1 – 7 of 7) sorted by relevance
/arch/s390/mm/ |
D | vmem.c | 139 update_page_count(PG_DIRECT_MAP_4K, pages4k); in vmem_add_mem() 140 update_page_count(PG_DIRECT_MAP_1M, pages1m); in vmem_add_mem() 141 update_page_count(PG_DIRECT_MAP_2G, pages2g); in vmem_add_mem() 194 update_page_count(PG_DIRECT_MAP_4K, -pages4k); in vmem_remove_range() 195 update_page_count(PG_DIRECT_MAP_1M, -pages1m); in vmem_remove_range() 196 update_page_count(PG_DIRECT_MAP_2G, -pages2g); in vmem_remove_range()
|
D | pageattr.c | 131 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page() 132 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page() 200 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page() 201 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
|
/arch/x86/mm/ |
D | init_64.c | 388 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init() 471 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init() 561 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init() 817 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table() 873 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table() 928 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table()
|
D | init_32.c | 371 update_page_count(PG_LEVEL_2M, pages_2m); in kernel_physical_mapping_init() 372 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
|
D | pageattr.c | 60 void update_page_count(int level, unsigned long pages) in update_page_count() function
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 491 extern void update_page_count(int level, unsigned long pages); 493 static inline void update_page_count(int level, unsigned long pages) { } in update_page_count() function
|
/arch/s390/include/asm/ |
D | pgtable.h | 50 static inline void update_page_count(int level, long count) in update_page_count() function
|