Searched refs:round_size (Results 1 – 8 of 8) sorted by relevance
77 if (map_base + (1UL << (order + 1)) -1 > (_ds_start + round_size() - 1)) in map()110 unsigned long sz = ds_size = cxx::min(ds_size, round_size() - offs); in clear()
114 unsigned long round_size() const throw() in round_size() function117 { return offset < round_size(); } in check_limit()119 { return offset < round_size() && size() - offset >= sz; } in check_range()
50 if (map_base + (1UL << (order + 1)) -1 > (l4_addr_t(_start) + round_size() - 1)) in address()87 unsigned long size = round_size(); in unmap()
116 unsigned long src_sz = src->round_size(); in __do_eager_copy()132 unsigned long src_sz = src->round_size(); in __do_lazy_copy()191 unsigned long src_sz = src->round_size(); in __do_lazy_copy2()
127 unsigned long sz = min(size, round_size() - offs); in clear()
139 unsigned long sz = min(size, round_size()-offs); in clear()
190 unsigned long max_sz = ds->round_size(); in map()
242 unsigned long round_size() const noexcept245 { return offset < round_size(); }
Completed in 9 milliseconds