Searched refs:pgsizes (Results 1 – 6 of 6) sorted by relevance
470 if (!compound_group->pgsizes) in pnv_try_setup_npu_table_group()471 compound_group->pgsizes = pe->table_group.pgsizes; in pnv_try_setup_npu_table_group()524 table_group->pgsizes &= pe->table_group.pgsizes; in pnv_npu_compound_attach()568 unsigned long pgsizes; in pnv_pci_npu_setup_iommu_groups() local575 pgsizes = pnv_ioda_parse_tce_sizes(phb); in pnv_pci_npu_setup_iommu_groups()582 pe->table_group.pgsizes = pgsizes; in pnv_pci_npu_setup_iommu_groups()
2095 pe->table_group.pgsizes = pnv_ioda_parse_tce_sizes(phb); in pnv_pci_ioda2_setup_dma_pe()
438 u32 pgsizes; in malidp_mmu_prefetch_select_mode() local441 pgsizes = *pgsize_bitmap & MALIDP_MMU_PREFETCH_FULL_PGSIZES; in malidp_mmu_prefetch_select_mode()443 while (pgsizes) { in malidp_mmu_prefetch_select_mode()444 u32 largest_pgsize = 1 << __fls(pgsizes); in malidp_mmu_prefetch_select_mode()451 pgsizes -= largest_pgsize; in malidp_mmu_prefetch_select_mode()455 pgsizes = *pgsize_bitmap & MALIDP_MMU_PREFETCH_PARTIAL_PGSIZES; in malidp_mmu_prefetch_select_mode()461 *pgsize_bitmap = 1 << __ffs(pgsizes); in malidp_mmu_prefetch_select_mode()
194 __u64 pgsizes; /* Bitmap of supported page sizes */ member
663 if (!(table_group->pgsizes & (1ULL << page_shift))) in tce_iommu_create_window()839 info.ddw.pgsizes = table_group->pgsizes; in tce_iommu_ioctl()
1197 __u64 pgsizes; /* Bitmap of supported page sizes */ member