Home
last modified time | relevance | path

Searched refs:round_size (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/l4re/util/libs/
A Ddataspace_svr.cc77 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()
/l4re-core-master/moe/server/src/
A Ddataspace.h114 unsigned long round_size() const throw() in round_size() function
117 { return offset < round_size(); } in check_limit()
119 { return offset < round_size() && size() - offset >= sz; } in check_range()
A Ddataspace_cont.cc50 if (map_base + (1UL << (order + 1)) -1 > (l4_addr_t(_start) + round_size() - 1)) in address()
87 unsigned long size = round_size(); in unmap()
A Ddataspace_util.cc116 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()
A Ddataspace.cc127 unsigned long sz = min(size, round_size() - offs); in clear()
A Ddataspace_noncont.cc139 unsigned long sz = min(size, round_size()-offs); in clear()
A Ddma_space.cc190 unsigned long max_sz = ds->round_size(); in map()
/l4re-core-master/l4re/util/include/
A Ddataspace_svr242 unsigned long round_size() const noexcept
245 { return offset < round_size(); }

Completed in 9 milliseconds