Home
last modified time | relevance | path

Searched refs:new_protection (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_threadstate.h197 UWord new_protection; member
232 unsigned int new_protection; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c6462 vm_prot_t new_protection; in PRE() member
6471 req->set_maximum, req->new_protection); in PRE()
6476 MACH_ARG(vm_protect.new_protection) = req->new_protection; in PRE()
6499 UInt prot = MACH_ARG(vm_protect.new_protection); in POST()
7156 vm_prot_t new_protection; in PRE() member
7164 req->set_maximum, req->new_protection); in PRE()
7169 MACH_ARG(mach_vm_protect.new_protection) = req->new_protection; in PRE()
7192 UInt prot = MACH_ARG(mach_vm_protect.new_protection); in POST()