Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_memzone.c121 if (msl->page_sz == RTE_PGSIZE_2M) in find_available_pagesz()
173 if (mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
189 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()
301 mz->hugepage_sz != RTE_PGSIZE_2M) { in test_memzone_reserve_flags()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_impl.c31 RTE_PGSIZE_2M); in iavf_allocate_dma_mem_d()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_memory.h30 #define RTE_PGSIZE_2M (1ULL << 21) macro
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h256 0, RTE_PGSIZE_2M); in ice_alloc_dma_mem()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c57 RTE_PGSIZE_2M); in hns3_allocate_dma_mem()
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c51 case RTE_PGSIZE_2M: in check_hugepage_sz()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c81 #define EXTBUF_ZONE_SIZE RTE_PGSIZE_2M
716 uint64_t pgsizes[] = {RTE_PGSIZE_2M, RTE_PGSIZE_1G, /* x86_64, ARM */ in create_extmem()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4571 RTE_MEMZONE_IOVA_CONTIG, alignment, RTE_PGSIZE_2M); in i40e_allocate_dma_mem_d()