Searched refs:CLONE_VM (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt.h63 #define CLONE_VM 0x00000100 macro
70 #define CLONE_FLAGS (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND\
H A Dtest_macros_mt_ecall.h68 #define CLONE_VM 0x00000100 macro
78 #define CLONE_FLAGS (CLONE_VM | CLONE_FS | CLONE_FILES \
/gem5/src/sim/
H A Dprocess.cc147 #ifndef CLONE_VM
148 #define CLONE_VM 0 macro
156 if (CLONE_VM & flags) {

Completed in 9 milliseconds