Searched refs:fallocateFunc (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/riscv/linux/
H A Dprocess.cc173 {47, SyscallDesc("fallocate", fallocateFunc)},
504 {47, SyscallDesc("fallocate", fallocateFunc)},
/gem5/src/arch/x86/linux/
H A Dprocess.cc550 /* 285 */ SyscallDesc("fallocate", fallocateFunc),
/gem5/src/sim/
H A Dsyscall_emul.cc1124 fallocateFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) function
H A Dsyscall_emul.hh134 // Target fallocateFunc() handler.
135 SyscallReturn fallocateFunc(SyscallDesc *desc, int num, ThreadContext *tc);

Completed in 29 milliseconds