Searched defs:Address (Results 1 – 1 of 1) sorted by relevance
41 struct Address struct46 Address(long error) throw() : offs(-1UL) { fpage.raw = error; } in throw() argument50 l4_addr_t offs = 0) throw() in throw()54 unsigned long bs() const throw() { return fpage.raw & L4_FPAGE_ADDR_MASK; } in bs()55 unsigned long sz() const throw() { return 1 << l4_fpage_size(fpage); } in sz()56 unsigned long of() const throw() { return offs; } in of()80 virtual Address address(l4_addr_t ds_offset, argument
Completed in 3 milliseconds