Home
last modified time | relevance | path

Searched refs:unmapped_pages (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtlbbatch.h17 bool unmapped_pages; member
H A Dtlbflush.h354 batch->unmapped_pages = true; in arch_tlbbatch_add_pending()
/linux/arch/s390/include/asm/
H A Dpci_dma.h90 atomic64_t unmapped_pages; member
/linux/arch/x86/mm/
H A Dtlb.c1742 if (cpu_feature_enabled(X86_FEATURE_INVLPGB) && batch->unmapped_pages) { in arch_tlbbatch_flush()
1744 batch->unmapped_pages = false; in arch_tlbbatch_flush()
/linux/arch/s390/pci/
H A Dpci.c189 atomic64_set(&ctrs->unmapped_pages, 0); in zpci_fmb_enable_device()
/linux/drivers/iommu/
H A Ds390-iommu.c1043 atomic64_add(pgcount, &s390_domain->ctrs.unmapped_pages); in s390_iommu_unmap_pages()