Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/mm/
H A Dshow_mem.c225 global_node_page_state(NR_SECONDARY_PAGETABLE), in show_free_areas()
288 K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in show_free_areas()
H A Dmemcontrol.c308 NR_SECONDARY_PAGETABLE,
1355 { "sec_pagetables", NR_SECONDARY_PAGETABLE },
/linux-6.15/fs/proc/
H A Dmeminfo.c120 global_node_page_state(NR_SECONDARY_PAGETABLE)); in meminfo_proc_show()
/linux-6.15/drivers/base/
H A Dnode.c469 nid, K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)), in node_read_meminfo()
/linux-6.15/include/linux/
H A Dmmzone.h209 NR_SECONDARY_PAGETABLE, /* secondary pagetables, KVM & IOMMU */ enumerator
H A Dkvm_host.h2464 mod_lruvec_page_state(virt_to_page(virt), NR_SECONDARY_PAGETABLE, nr); in kvm_account_pgtable_pages()