Home
last modified time | relevance | path

Searched refs:pgsizes (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.h64 uint64_t pgsizes; member
/f-stack/freebsd/arm64/iommu/
H A Dsmmuvar.h147 uint32_t pgsizes; member
H A Dsmmu.c1475 sc->pgsizes = 0; in smmu_check_features()
1477 sc->pgsizes |= 64 * 1024; in smmu_check_features()
1479 sc->pgsizes |= 16 * 1024; in smmu_check_features()
1481 sc->pgsizes |= 4 * 1024; in smmu_check_features()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c716 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem() local
724 for (pgsz_idx = 0; pgsz_idx < RTE_DIM(pgsizes); pgsz_idx++) { in create_extmem()
726 if (pgsizes[pgsz_idx] > SIZE_MAX) in create_extmem()
729 cur_pgsz = pgsizes[pgsz_idx]; in create_extmem()