Searched refs:mbi (Results 1 – 10 of 10) sorted by relevance
51 MEMORY_BASIC_INFORMATION mbi; in __enable_execute_stack() local52 if (!VirtualQuery (addr, &mbi, sizeof(mbi))) in __enable_execute_stack()54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
55 MEMORY_BASIC_INFORMATION mbi; in getClangResourcesPath() local57 VirtualQuery((void *)(uintptr_t)clang_createTranslationUnit, &mbi, in getClangResourcesPath()58 sizeof(mbi)); in getClangResourcesPath()59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH); in getClangResourcesPath()
76 MEMORY_BASIC_INFORMATION mbi; in GetThreadStackTopAndBottom() local77 CHECK_NE(VirtualQuery(&mbi /* on stack */, &mbi, sizeof(mbi)), 0); in GetThreadStackTopAndBottom()81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()82 *stack_bottom = (uptr)mbi.AllocationBase; in GetThreadStackTopAndBottom()160 MEMORY_BASIC_INFORMATION mbi; in MemoryRangeIsAvailable() local161 CHECK(VirtualQuery((void *)range_start, &mbi, sizeof(mbi))); in MemoryRangeIsAvailable()162 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
177 "Nduŋmbi Saŋ",205 "Nduŋmbi Saŋ",221 "Nduŋmbi Saŋ",249 "Nduŋmbi Saŋ",329 one{"Nǔu ŋgap-mbi {0}"}330 other{"Nǔu ŋgap-mbi {0}"}333 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}334 other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
184 "ngwɛn lɔmbi",
225 "Kwàca sàmbià (1968–2012)",229 "Kwàca sàmbià",
83 GM{"Gàmbià"}231 ZM{"Zàmbià"}
528 MEMORY_BASIC_INFORMATION mbi;529 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));536 Size = mbi.RegionSize;
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
3992 defm mbi : AVX512_maskable<opc, ImmFormM, _, (outs _.RC:$dst),