Lines Matching refs:pages
405 unsigned long pages = 0, next; in phys_pte_init() local
429 pages++; in phys_pte_init()
436 pages++; in phys_pte_init()
441 update_page_count(PG_LEVEL_4K, pages); in phys_pte_init()
450 unsigned long pages = 0, next; in phys_pmd_init() local
492 pages++; in phys_pmd_init()
500 pages++; in phys_pmd_init()
517 update_page_count(PG_LEVEL_2M, pages); in phys_pmd_init()
525 unsigned long pages = 0, next; in phys_pud_init() local
565 pages++; in phys_pud_init()
573 pages++; in phys_pud_init()
593 update_page_count(PG_LEVEL_1G, pages); in phys_pud_init()
794 unsigned long next, pages = 0; in remove_pte_table() local
831 pages++; in remove_pte_table()
859 update_page_count(PG_LEVEL_4K, -pages); in remove_pte_table()
866 unsigned long next, pages = 0; in remove_pmd_table() local
888 pages++; in remove_pmd_table()
915 update_page_count(PG_LEVEL_2M, -pages); in remove_pmd_table()
922 unsigned long next, pages = 0; in remove_pud_table() local
944 pages++; in remove_pud_table()
970 update_page_count(PG_LEVEL_1G, -pages); in remove_pud_table()