Searched refs:PROT_NONE (Results 1 - 22 of 22) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Dmman-common.h13 #define PROT_NONE 0x0 /* page can not be accessed */ macro
/external/valgrind/main/memcheck/tests/
H A Dpointer-trace.c54 map = mmap(0, stepsize * 2, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
72 map = mmap(0, 256*1024, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
H A Daddressable.c73 mprotect(m, pgsz*5, PROT_NONE);
87 mprotect(m, pgsz*5, PROT_NONE);
/external/valgrind/main/none/tests/linux/
H A Dmremap2.c23 void* r = mmap(start, length, PROT_NONE,
48 workingarea = mmap(0, 200*PAGE, PROT_NONE,
79 r = mprotect( workingarea + i * PAGE, PAGE, PROT_NONE );
/external/kernel-headers/original/asm-mips/
H A Dmman.h15 * allowed without PROT_WRITE and no access will be allowed for PROT_NONE.
17 #define PROT_NONE 0x00 /* page can not be accessed */ macro
/external/qemu/android/utils/
H A Dmapfile.h32 #define PROT_NONE 0x0 macro
H A Dmapfile.c192 if (prot != PROT_NONE) {
/external/v8/src/
H A Dplatform-freebsd.cc359 PROT_NONE,
431 PROT_NONE,
461 PROT_NONE,
H A Dplatform-macos.cc368 PROT_NONE,
419 PROT_NONE,
472 PROT_NONE,
H A Dplatform-solaris.cc349 PROT_NONE,
421 PROT_NONE,
451 PROT_NONE,
H A Dplatform-linux.cc612 PROT_NONE,
684 PROT_NONE,
714 PROT_NONE,
H A Dplatform-openbsd.cc406 PROT_NONE,
478 PROT_NONE,
508 PROT_NONE,
H A Dplatform-posix.cc91 mprotect(address, size, PROT_NONE);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc119 PROT_NONE,
/external/llvm/lib/Support/Unix/
H A DMemory.inc70 return PROT_NONE;
/external/chromium/sdch/open-vcdiff/src/
H A Dvcencoder_test.cc570 mprotect(second_page, page_size, PROT_NONE);
598 mprotect(first_page, page_size, PROT_NONE);
H A Dvcdecoder3_test.cc494 mprotect(second_page, page_size, PROT_NONE);
523 mprotect(first_page, page_size, PROT_NONE);
/external/open-vcdiff/src/
H A Dvcencoder_test.cc635 mprotect(second_page, page_size, PROT_NONE);
663 mprotect(first_page, page_size, PROT_NONE);
H A Dvcdecoder3_test.cc497 mprotect(second_page, page_size, PROT_NONE);
526 mprotect(first_page, page_size, PROT_NONE);
/external/strace/
H A Dmem.c86 { PROT_NONE, "PROT_NONE", },
/external/valgrind/main/include/vki/
H A Dvki-darwin.h319 #define VKI_PROT_NONE PROT_NONE
/external/bison/
H A Dconfigure18009 && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0)

Completed in 1037 milliseconds