Searched refs:pgsizes (Results 1 – 2 of 2) sorted by relevance
64 uint64_t pgsizes; member
832 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem() local840 for (pgsz_idx = 0; pgsz_idx < RTE_DIM(pgsizes); pgsz_idx++) { in create_extmem()842 if (pgsizes[pgsz_idx] > SIZE_MAX) in create_extmem()845 cur_pgsz = pgsizes[pgsz_idx]; in create_extmem()