Home
last modified time | relevance | path

Searched refs:PAGE_NOACCESS (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Ddisptest.c80 PAGE_NOACCESS); in gpio_test()
333 PAGE_NOACCESS); in serial_test()
417 PAGE_NOACCESS); in display_search()
459 PAGE_NOACCESS); in display_draw()
508 PAGE_NOACCESS); in pcic_search()
H A Dmips.c82 mem = (unsigned char*)VirtualAlloc(0, 0x400, MEM_RESERVE, PAGE_NOACCESS); in mips_boot()
H A Dtx39xx.c79 PAGE_NOACCESS); in tx39xx_init()
H A Dvmem.c285 MEM_RESERVE, PAGE_NOACCESS); in vmem_init()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp96 PAGE_NOACCESS)); in reservePage()
212 LPVOID p = VirtualAlloc(0, psize, MEM_RESERVE, PAGE_NOACCESS); in mapPhysicalPage()
335 ref = VirtualAlloc(0, BLOCK_SIZE, MEM_RESERVE, PAGE_NOACCESS); in searchBank()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc186 (uptr)VirtualAlloc(0, size + alignment, MEM_RESERVE, PAGE_NOACCESS); in MmapAlignedOrDieOnFatalError()
295 MEM_RESERVE, PAGE_NOACCESS); in MmapFixedNoAccess()
304 void *res = VirtualAlloc(nullptr, size, MEM_RESERVE, PAGE_NOACCESS); in MmapNoAccess()
314 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()
358 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
890 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win.cc184 (uptr)VirtualAlloc(0, size + alignment, MEM_RESERVE, PAGE_NOACCESS); in MmapAlignedOrDieOnFatalError()
293 MEM_RESERVE, PAGE_NOACCESS); in MmapFixedNoAccess()
302 void *res = VirtualAlloc(nullptr, size, MEM_RESERVE, PAGE_NOACCESS); in MmapNoAccess()
312 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()
356 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
884 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cpp203 (uptr)VirtualAlloc(0, size + alignment, MEM_RESERVE, PAGE_NOACCESS); in MmapAlignedOrDieOnFatalError()
318 MEM_RESERVE, PAGE_NOACCESS); in MmapFixedNoAccess()
327 void *res = VirtualAlloc(nullptr, size, MEM_RESERVE, PAGE_NOACCESS); in MmapNoAccess()
337 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()
406 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
925 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dhost-mingw32.c105 PAGE_NOACCESS); in mingw32_gt_pch_get_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dhost-mingw32.cc105 PAGE_NOACCESS); in mingw32_gt_pch_get_address()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c536 if (VirtualProtect(sh.map_result, pgsize, PAGE_NOACCESS, &flOldProtect) == FALSE) in sh_init()
546 if (VirtualProtect(sh.map_result + aligned, pgsize, PAGE_NOACCESS, &flOldProtect) == FALSE) in sh_init()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc45 return PAGE_NOACCESS;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dascending_page_allocator.d109 import core.sys.windows.winnt : MEM_RESERVE, PAGE_NOACCESS; in AscendingPageAllocatorImpl()
112 MEM_RESERVE, PAGE_NOACCESS); in AscendingPageAllocatorImpl()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dutils.c399 return -(VirtualProtect(ptr, size, PAGE_NOACCESS, &old) == 0); in _mprotect_noaccess()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d990 PAGE_NOACCESS ); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d1035 PAGE_NOACCESS = 0x0001, enumerator