Searched refs:pgsizes (Results 1 – 4 of 4) sorted by relevance
64 uint64_t pgsizes; member
147 uint32_t pgsizes; member
1475 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()
716 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem() local724 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()