Lines Matching defs:Flags
106 uptr Flags) {
107 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM);
108 const bool PreCommit = !!(Flags & MAP_PRECOMMIT);
109 const bool NoAccess = !!(Flags & MAP_NOACCESS);
181 uptr Flags) {
182 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM);
183 const bool PreCommit = !!(Flags & MAP_PRECOMMIT);
184 const bool NoAccess = !!(Flags & MAP_NOACCESS);
221 void MemMapFuchsia::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) {
222 const bool NoAccess = !!(Flags & MAP_NOACCESS);
233 UNUSED const char *Name, uptr Flags) {
234 const bool AllowNoMem = !!(Flags & MAP_ALLOWNOMEM);