Lines Matching refs:tgt_flags
789 int tgt_flags = p->getSyscallArg(tc, index);
791 if (tgt_flags & OS::openFlagTable[i].tgtFlag) {
792 tgt_flags &= ~OS::openFlagTable[i].tgtFlag;
796 if (tgt_flags) {
798 isopenat ? "at" : "", tgt_flags);
1745 int tgt_flags = p->getSyscallArg(tc, index);
1754 (tgt_flags & OS::TGT_MAP_PRIVATE &&
1755 tgt_flags & OS::TGT_MAP_SHARED) ||
1756 (!(tgt_flags & OS::TGT_MAP_PRIVATE) &&
1757 !(tgt_flags & OS::TGT_MAP_SHARED)) ||
1762 if ((prot & PROT_WRITE) && (tgt_flags & OS::TGT_MAP_SHARED)) {
1792 if (!(tgt_flags & OS::TGT_MAP_ANONYMOUS)) {
1798 return emul_driver->mmap(tc, start, length, prot, tgt_flags,
1818 if (!(tgt_flags & OS::TGT_MAP_FIXED)) {
1834 int clobber = tgt_flags & OS::TGT_MAP_FIXED;
1851 if (tgt_flags & OS::TGT_MAP_ANONYMOUS) {