Home
last modified time | relevance | path

Searched refs:prot2 (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_linux.cc49 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins) { in InitShadow() argument
66 (prot2 && !MemoryRangeIsAvailable(kBad2Beg, kBad2End))) { in InitShadow()
73 if (prot2 && !Mprotect(kBad2Beg, kBad2End - kBad2Beg)) in InitShadow()
Dmsan.h44 bool InitShadow(bool prot1, bool prot2, bool map_shadow, bool init_origins);
/external/checkpolicy/
Dpolicy_define.c4175 unsigned int prot2, low2, high2; in define_port_context() local
4177 prot2 = c->u.port.protocol; in define_port_context()
4180 if (protocol != prot2) in define_port_context()