Home
last modified time | relevance | path

Searched refs:pagesize (Results 1 – 6 of 6) sorted by relevance

/dpdk/usertools/
H A Ddpdk-hugepages.py173 def mount_huge(pagesize, mountpoint): argument
179 if pagesize:
180 cmd += ' -o pagesize={}'.format(pagesize * 1024)
255 if args.pagesize:
256 pagesize_kb = get_memsize(args.pagesize)
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwif.c471 uint64_t pagesize = sysconf(_SC_PAGESIZE); in hinic_get_mmio() local
480 if (pagesize == PAGE_SIZE_64K && (bar0_size % pagesize != 0)) { in hinic_get_mmio()
483 if (bar0_phy_addr % pagesize != 0 && in hinic_get_mmio()
484 (bar0_size + bar2_size <= pagesize) && in hinic_get_mmio()
/dpdk/doc/guides/tools/
H A Dhugepages.rst49 * ``-p SIZE, --pagesize=SIZE``
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst110 dpdk-hugepages.py --setup 4G --pagesize 512M
H A Dcnxk.rst130 dpdk-hugepages.py --setup 4G --pagesize 512M
/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst232 mount -t hugetlbfs pagesize=1GB /mnt/huge
236 nodev /mnt/huge hugetlbfs pagesize=1GB 0 0