Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dqemu-seccomp.c122 FORBID_CLONE_FLAG(CLONE_IO);
246 RULE_CLONE_FLAG(CLONE_IO),
/openbmc/qemu/linux-user/
H A Dstrace.c1248 #if defined(CLONE_IO)
1249 FLAG_GENERIC(CLONE_IO),
H A Dsyscall.c166 #ifndef CLONE_IO
167 #define CLONE_IO 0x80000000 /* Clone io context */ macro
190 (CLONE_DETACHED | CLONE_IO)