Searched refs:update_page_count (Results 1 – 7 of 7) sorted by relevance
/linux/arch/s390/boot/ |
H A D | vmem.c | 362 update_page_count(PG_DIRECT_MAP_4K, pages); in pgtable_pte_populate() 394 update_page_count(PG_DIRECT_MAP_1M, pages); in pgtable_pmd_populate() 426 update_page_count(PG_DIRECT_MAP_2G, pages); in pgtable_pud_populate()
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 200 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table() 295 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/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 177 static inline void update_page_count(int psize, long count) in update_page_count() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_types.h | 559 extern void update_page_count(int level, unsigned long pages); 561 static inline void update_page_count(int level, unsigned long pages) { } in update_page_count() function
|
/linux/arch/x86/mm/ |
H A D | init_32.c | 370 update_page_count(PG_LEVEL_2M, pages_2m); in kernel_physical_mapping_init() 371 update_page_count(PG_LEVEL_4K, pages_4k); in kernel_physical_mapping_init()
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 39 static inline void update_page_count(int level, long count) in update_page_count() function
|
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 85 void update_page_count(int level, unsigned long pages) in update_page_count() function
|