Searched refs:TGT_O_CLOEXEC (Results 1 - 10 of 10) sorted by relevance

/gem5/src/kern/linux/
H A Dflag_tables.hh100 { TARGET::TGT_O_CLOEXEC, O_CLOEXEC },
/gem5/src/arch/mips/linux/
H A Dlinux.hh100 static const int TGT_O_CLOEXEC = 0x00080000; //!< O_CLOEXEC member in class:MipsLinux
/gem5/src/arch/alpha/linux/
H A Dlinux.hh102 static const int TGT_O_CLOEXEC = 010000000; //!< O_CLOEXEC member in class:AlphaLinux
/gem5/src/arch/arm/freebsd/
H A Dfreebsd.hh73 static const int TGT_O_CLOEXEC = 0x00100000; //!< O_CLOEXEC member in class:ArmFreebsd32
230 static const int TGT_O_CLOEXEC = 0x00100000; //!< O_CLOEXEC member in class:ArmFreebsd64
/gem5/src/arch/riscv/linux/
H A Dlinux.hh99 static const int TGT_O_CLOEXEC = 0x040000; //!< O_CLOEXEC member in class:RiscvLinux64
270 static const int TGT_O_CLOEXEC = 0x040000; //!< O_CLOEXEC member in class:RiscvLinux32
/gem5/src/arch/x86/linux/
H A Dlinux.hh163 static const int TGT_O_CLOEXEC = 002000000; member in class:X86Linux64
289 static const int TGT_O_CLOEXEC = 002000000; member in class:X86Linux32
/gem5/src/arch/power/linux/
H A Dlinux.hh161 static const int TGT_O_CLOEXEC = 002000000; //!< O_CLOEXEC member in class:PowerLinux
/gem5/src/arch/arm/linux/
H A Dlinux.hh142 static const int TGT_O_CLOEXEC = 002000000; //!< O_NOATIME member in class:ArmLinux32
363 static const int TGT_O_CLOEXEC = 002000000; //!< O_NOATIME member in class:ArmLinux64
/gem5/src/arch/sparc/linux/
H A Dlinux.hh114 static const int TGT_O_CLOEXEC = 0x00400000; //!< O_CLOEXEC member in class:SparcLinux
/gem5/src/sim/
H A Dsyscall_emul.hh2834 bool cloexec = in_flags & OS::TGT_O_CLOEXEC;
2836 int flags = cloexec ? OS::TGT_O_CLOEXEC : 0;

Completed in 49 milliseconds