Home
last modified time | relevance | path

Searched refs:update_page_count (Results 1 – 10 of 10) sorted by relevance

/linux/arch/s390/mm/
A Dpageattr.c146 update_page_count(PG_DIRECT_MAP_4K, PTRS_PER_PTE); in split_pmd_page()
147 update_page_count(PG_DIRECT_MAP_1M, -1); in split_pmd_page()
235 update_page_count(PG_DIRECT_MAP_1M, PTRS_PER_PMD); in split_pud_page()
236 update_page_count(PG_DIRECT_MAP_2G, -1); in split_pud_page()
A Dvmem.c203 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table()
301 update_page_count(PG_DIRECT_MAP_1M, add ? pages : -pages); in modify_pmd_table()
368 update_page_count(PG_DIRECT_MAP_2G, add ? pages : -pages); in modify_pud_table()
/linux/arch/x86/mm/
A Dinit_64.c499 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
585 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init()
675 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init()
1109 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
1158 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table()
1192 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table()
1224 update_page_count(PG_LEVEL_512G, -pages); in remove_p4d_table()
A Dinit_32.c370 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/boot/
A Dvmem.c310 update_page_count(PG_DIRECT_MAP_4K, pages); in pgtable_pte_populate()
343 update_page_count(PG_DIRECT_MAP_1M, pages); in pgtable_pmd_populate()
376 update_page_count(PG_DIRECT_MAP_2G, pages); in pgtable_pud_populate()
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h177 static inline void update_page_count(int psize, long count) in update_page_count() function
/linux/arch/x86/include/asm/
A Dpgtable_types.h555 extern void update_page_count(int level, unsigned long pages);
557 static inline void update_page_count(int level, unsigned long pages) { } in update_page_count() function
/linux/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c358 update_page_count(psize, 1); in create_physical_mapping()
828 update_page_count(mmu_virtual_psize, -pages); in remove_pte_table()
868 update_page_count(MMU_PAGE_2M, -pages); in remove_pmd_table()
902 update_page_count(MMU_PAGE_1G, -pages); in remove_pud_table()
/linux/arch/s390/include/asm/
A Dpgtable.h40 static inline void update_page_count(int level, long count) in update_page_count() function
/linux/arch/x86/mm/pat/
A Dset_memory.c87 void update_page_count(int level, unsigned long pages) in update_page_count() function

Completed in 31 milliseconds