Searched refs:RTE_PTR_ALIGN_FLOOR (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memalloc.c | 94 aligned_start = RTE_PTR_ALIGN_FLOOR(start, pgsz); in eal_memalloc_is_contig() 117 aligned_start = RTE_PTR_ALIGN_FLOOR(start, pgsz); in eal_memalloc_is_contig()
|
| H A D | eal_common_memzone.c | 343 cur_addr = RTE_PTR_ALIGN_FLOOR(mz->addr, page_sz); in dump_memzone()
|
| H A D | malloc_elem.c | 70 cur_page = RTE_PTR_ALIGN_FLOOR(contig_seg_start, page_sz); in malloc_elem_find_max_iova_contig()
|
| H A D | eal_common_memory.c | 651 uintptr_t aligned = RTE_PTR_ALIGN_FLOOR(virtual, page_size); in rte_mem_lock_page()
|
| H A D | malloc_heap.c | 880 aligned_end = RTE_PTR_ALIGN_FLOOR(end, page_sz); in malloc_heap_free()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 238 #define RTE_PTR_ALIGN_FLOOR(ptr, align) \ macro 257 RTE_PTR_ALIGN_FLOOR((typeof(ptr))RTE_PTR_ADD(ptr, (align) - 1), align)
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 277 #define RTE_PTR_ALIGN_FLOOR(ptr, align) \ macro 296 RTE_PTR_ALIGN_FLOOR((typeof(ptr))RTE_PTR_ADD(ptr, (align) - 1), align)
|
| /f-stack/dpdk/app/test/ |
| H A D | test_common.c | 163 val = RTE_PTR_ALIGN_FLOOR((uintptr_t) i, p); in test_align()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_txq.c | 117 munmap(RTE_PTR_ALIGN_FLOOR(addr, page_size), page_size); in txq_uar_uninit_secondary()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.h | 996 addr = RTE_PTR_ALIGN_FLOOR(RTE_PTR_SUB(buf_end, sizeof(*shinfo)), in rte_pktmbuf_ext_shinfo_init_helper()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 625 rte_mem_unmap(RTE_PTR_ALIGN_FLOOR(addr, page_size), page_size); in txq_uar_uninit_secondary()
|