Searched refs:bmask (Results 1 – 2 of 2) sorted by relevance
229 const size_t bmask = ~(bound - 1); in elem_start_pt() local237 if ((new_data_start & bmask) != ((end_pt - 1) & bmask)) { in elem_start_pt()243 if (((end_pt - 1) & bmask) != (new_data_start & bmask)) in elem_start_pt()
777 rte_iova_t bmask; in check_memzone_bounded() local779 bmask = ~((rte_iova_t)bound - 1); in check_memzone_bounded()807 if ((mz->iova & bmask) != in check_memzone_bounded()808 ((mz->iova + mz->len - 1) & bmask)) { in check_memzone_bounded()