Home
last modified time | relevance | path

Searched refs:Cow_enabled (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/moe/server/src/
A Ddataspace.h39 enum { Cow_enabled = 0x100 }; enumerator
89 bool can_cow() const noexcept { return (bool)(_flags & Flags(Cow_enabled)); } in can_cow()
A Ddataspace_noncont.h59 : Dataspace(size, flags | Flags(Cow_enabled), L4_LOG2_PAGESIZE), _pages(0) in throw()
A Dboot_fs.cc202 Dataspace::Flags flags = Dataspace::Flags(Dataspace::Cow_enabled) | L4Re::Dataspace::F::RX; in init_stage2()

Completed in 4 milliseconds