Home
last modified time | relevance | path

Searched refs:EAL_VIRTUAL_AREA_UNMAP (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_private.h253 #define EAL_VIRTUAL_AREA_UNMAP (1 << 2) macro
H A Deal_common_memory.c63 unmap = (flags & EAL_VIRTUAL_AREA_UNMAP) > 0; in eal_get_virtual_area()