Home
last modified time | relevance | path

Searched refs:NR_SECONDARY_PAGETABLE (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/iommu/
H A Diommu-pages.c84 lruvec_stat_mod_folio(folio, NR_SECONDARY_PAGETABLE, pgcnt); in iommu_alloc_pages_node_sz()
99 lruvec_stat_mod_folio(folio, NR_SECONDARY_PAGETABLE, -pgcnt); in __iommu_free_desc()
/linux/mm/
H A Dshow_mem.c219 global_node_page_state(NR_SECONDARY_PAGETABLE), in show_free_areas()
280 K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in show_free_areas()
H A Dvmstat.c1263 [I(NR_SECONDARY_PAGETABLE)] = "nr_sec_page_table_pages",
H A Dmemcontrol.c322 NR_SECONDARY_PAGETABLE,
1359 { "sec_pagetables", NR_SECONDARY_PAGETABLE },
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu_pt.h450 global_node_page_state(NR_SECONDARY_PAGETABLE); in pt_kunit_iommu_init()
473 global_node_page_state(NR_SECONDARY_PAGETABLE)); in pt_kunit_iommu_exit()
/linux/drivers/base/
H A Dnode.c538 nid, K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in node_read_meminfo()
/linux/include/linux/
H A Dmmzone.h228 NR_SECONDARY_PAGETABLE, /* secondary pagetables, KVM & IOMMU */ enumerator
H A Dkvm_host.h2480 mod_lruvec_page_state(virt_to_page(virt), NR_SECONDARY_PAGETABLE, nr); in kvm_account_pgtable_pages()