Searched refs:all_segs_cow (Results 1 – 7 of 7) sorted by relevance
54 static bool all_segs_cow() { return false; } in all_segs_cow() function
87 static bool all_segs_cow();
195 L4Re_app_model::all_segs_cow() in all_segs_cow() function in L4Re_app_model
70 static bool all_segs_cow() { return false; } in all_segs_cow() function
53 all_segs_cow = 0x2, -- L4RE_AUX_LDR_FLAG_ALL_SEGS_COW
328 if ((ph.flags() & PF_W) || ph.memsz() > fsz || mm->all_segs_cow())340 if (ph.flags() & PF_W || mm->all_segs_cow())
172 * environment. The flags are `pre_alloc`, `all_segs_cow`,and `pinned_segs`.
Completed in 14 milliseconds