Searched refs:VKI_CLONE_SETTLS (Results 1 – 9 of 9) sorted by relevance
294 if (flags & VKI_CLONE_SETTLS) { in do_clone()300 flags &= ~VKI_CLONE_SETTLS; in do_clone()969 if (ARG2 & VKI_CLONE_SETTLS) { in PRE()
296 if (flags & VKI_CLONE_SETTLS) { in do_clone()302 flags &= ~VKI_CLONE_SETTLS; in do_clone()416 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
369 if (flags & VKI_CLONE_SETTLS) { in do_clone()375 flags &= ~VKI_CLONE_SETTLS; in do_clone()
236 if (flags & VKI_CLONE_SETTLS) { in do_clone()241 flags &= ~VKI_CLONE_SETTLS; in do_clone()1151 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
342 if (flags & VKI_CLONE_SETTLS) { in do_clone()348 flags &= ~VKI_CLONE_SETTLS; in do_clone()
310 if (flags & VKI_CLONE_SETTLS) { in do_clone()323 flags &= ~VKI_CLONE_SETTLS; in do_clone()868 if (ARG1 & VKI_CLONE_SETTLS) { in PRE()
301 if (flags & VKI_CLONE_SETTLS) { in do_clone()311 flags &= ~VKI_CLONE_SETTLS; in do_clone()
416 if (flags & (VKI_CLONE_SETTLS | VKI_CLONE_FS | VKI_CLONE_VM in ML_()
374 #define VKI_CLONE_SETTLS 0x00080000 /* create a new TLS for the child */ macro