Searched refs:old_prot (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1010 DWORD old_prot, unused_prot; local
1012 &old_prot))
1015 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
/freebsd-11-stable/sys/vm/
H A Dvm_map.c2005 vm_prot_t old_prot; local
2124 old_prot = current->protection;
2129 old_prot;
2141 (old_prot & VM_PROT_WRITE) == 0)
2148 if ((old_prot & ~current->protection) != 0) {

Completed in 83 milliseconds