Home
last modified time | relevance | path

Searched refs:RTE_PGSIZE_2M (Results 1 – 9 of 9) sorted by relevance

/dpdk/app/test/
H A Dtest_memzone.c142 if (msl->page_sz == RTE_PGSIZE_2M) in find_available_pagesz()
194 if (mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
210 if (mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
231 if (mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
322 mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
/dpdk/drivers/common/iavf/
H A Diavf_impl.c32 RTE_PGSIZE_2M); in iavf_allocate_dma_mem_d()
/dpdk/lib/eal/include/
H A Drte_memory.h31 #define RTE_PGSIZE_2M (1ULL << 21) macro
/dpdk/drivers/common/cnxk/
H A Droc_platform.h286 align, RTE_PGSIZE_2M); in plt_lmt_region_reserve_aligned()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h266 0, RTE_PGSIZE_2M); in ice_alloc_dma_mem()
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c55 RTE_PGSIZE_2M); in hns3_allocate_dma_mem()
/dpdk/lib/eal/common/
H A Dmalloc_heap.c46 case RTE_PGSIZE_2M: in check_hugepage_sz()
/dpdk/app/test-pmd/
H A Dtestpmd.c93 #define EXTBUF_ZONE_SIZE (RTE_PGSIZE_2M - 4 * RTE_CACHE_LINE_SIZE)
832 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4531 RTE_MEMZONE_IOVA_CONTIG, alignment, RTE_PGSIZE_2M); in i40e_allocate_dma_mem_d()