Searched refs:prot1 (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc47 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins) { argument
63 if (prot1 && !Mprotect(kBad1Beg, kBad1End - kBad1Beg))
H A Dmsan.h43 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins);
/external/qemu/
H A Dexec.c2146 int i, j, prot, prot1; local
2155 prot1 = (p == NULL) ? 0 : p[j].flags;
2160 if (prot1 != prot) {
2168 if (prot1 != 0)
2172 prot = prot1;

Completed in 134 milliseconds