Searched refs:RTE_PROT_WRITE (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_eal_paging.h | 19 RTE_PROT_WRITE = 1 << 1, /**< Write access. */ enumerator
|
| /dpdk/lib/eal/unix/ |
| H A D | eal_unix_memory.c | 100 if (prot & RTE_PROT_WRITE) in mem_rte_to_sys_prot()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memory.c | 532 if (prot & RTE_PROT_WRITE) { in rte_mem_map() 541 if (prot & RTE_PROT_WRITE) { in rte_mem_map()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_fbarray.c | 90 map_addr = rte_mem_map(addr, len, RTE_PROT_READ | RTE_PROT_WRITE, in resize_and_map() 756 RTE_PROT_READ | RTE_PROT_WRITE, flags, fd, 0); in rte_fbarray_init()
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 94 RTE_PROT_READ | RTE_PROT_WRITE, in pci_map_resource()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 539 addr = rte_mem_map(NULL, page_size, RTE_PROT_WRITE, RTE_MAP_SHARED, in txq_uar_init_secondary()
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 688 addr = rte_mem_map(NULL, size, RTE_PROT_READ | RTE_PROT_WRITE, in rte_mempool_populate_anon()
|