Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu-pages.h33 mod_lruvec_page_state(page, NR_SECONDARY_PAGETABLE, pgcnt); in __iommu_alloc_account()
46 mod_lruvec_page_state(page, NR_SECONDARY_PAGETABLE, -pgcnt); in __iommu_free_account()
/linux/mm/
H A Dshow_mem.c225 global_node_page_state(NR_SECONDARY_PAGETABLE), in show_free_areas()
287 K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in show_free_areas()
H A Dmemcontrol.c605 NR_SECONDARY_PAGETABLE,
1711 { "sec_pagetables", NR_SECONDARY_PAGETABLE },
/linux/fs/proc/
H A Dmeminfo.c120 global_node_page_state(NR_SECONDARY_PAGETABLE)); in meminfo_proc_show()
/linux/drivers/base/
H A Dnode.c467 nid, K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in node_read_meminfo()
/linux/include/linux/
H A Dmmzone.h208 NR_SECONDARY_PAGETABLE, /* secondary pagetables, KVM & IOMMU */ enumerator
H A Dkvm_host.h2378 mod_lruvec_page_state(virt_to_page(virt), NR_SECONDARY_PAGETABLE, nr); in kvm_account_pgtable_pages()