Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_memzone.c331 void *cur_addr, *mz_end; in dump_memzone() local
356 mz_end = RTE_PTR_ADD(cur_addr, mz->len); in dump_memzone()
373 } while (cur_addr < mz_end); in dump_memzone()
H A Deal_common_memory.c1188 void *cur_addr, *mz_end; in handle_eal_memzone_info_request() local
1220 mz_end = RTE_PTR_ADD(cur_addr, mz->len); in handle_eal_memzone_info_request()
1236 } while (cur_addr < mz_end); in handle_eal_memzone_info_request()