Searched refs:is_cloned (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/target/x86/barrelfish/
H A Dpmap_target.h29 bool is_cloned; ///< For copy-on-write: indicate whether we member in struct:vnode
/barrelfish-master/usr/bench/cow/
H A Dpmap_cow.c149 newvnode->is_cloned = false;
278 if (*ptable == NULL || !(*ptable)->is_cloned) {
298 } else if (!(*ptable)->is_cloned) {
313 newptable->is_cloned = true;
332 DEBUG_COW("%s: is_cloned=%d\n", __FUNCTION__, (*pdpt)->is_cloned);
333 if (!(*pdpt)->is_cloned) {
349 newptable->is_cloned = true;
366 assert(pdpt->is_cloned);
386 assert(pdir->is_cloned);
[all...]
/barrelfish-master/lib/barrelfish/arch/x86/
H A Dpmap.c152 newvnode->is_cloned = false;
/barrelfish-master/lib/barrelfish/arch/x86_64/
H A Dpmap.c321 page->is_cloned = false;

Completed in 44 milliseconds