Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_vfio.h64 uint64_t pgsizes; member
/dpdk/app/test-pmd/
H A Dtestpmd.c832 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem() local
840 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()