Searched refs:VKI_CLONE_SETTLS (Results 1 – 12 of 12) sorted by relevance
273 if (flags & VKI_CLONE_SETTLS) { in do_clone()279 flags &= ~VKI_CLONE_SETTLS; in do_clone()364 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
271 if (flags & VKI_CLONE_SETTLS) { in do_clone()277 flags &= ~VKI_CLONE_SETTLS; in do_clone()485 if (ARG2 & VKI_CLONE_SETTLS) { in PRE()
282 if (flags & VKI_CLONE_SETTLS) { in do_clone()287 flags &= ~VKI_CLONE_SETTLS; in do_clone()
218 if (flags & VKI_CLONE_SETTLS) { in do_clone()223 flags &= ~VKI_CLONE_SETTLS; in do_clone()454 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
469 if (flags & VKI_CLONE_SETTLS) { in do_clone()475 flags &= ~VKI_CLONE_SETTLS; in do_clone()
319 if (flags & VKI_CLONE_SETTLS) { in do_clone()325 flags &= ~VKI_CLONE_SETTLS; in do_clone()
234 if (flags & VKI_CLONE_SETTLS) { in do_clone()243 flags &= ~VKI_CLONE_SETTLS; in do_clone()
287 if (flags & VKI_CLONE_SETTLS) { in do_clone()300 flags &= ~VKI_CLONE_SETTLS; in do_clone()843 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
287 if (flags & VKI_CLONE_SETTLS) { in do_clone()297 flags &= ~VKI_CLONE_SETTLS; in do_clone()
377 if (flags & VKI_CLONE_SETTLS) { in do_clone()386 flags &= ~VKI_CLONE_SETTLS; in do_clone()
436 if (flags & (VKI_CLONE_SETTLS | VKI_CLONE_FS | VKI_CLONE_VM in ML_()
388 #define VKI_CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro