HomeSort by: relevance | last modified time | path
    Searched defs:old_prot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 1005 DWORD old_prot, unused_prot; local in function:__interception::OverrideImportedFunction
1007 &old_prot))
1010 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot))
  /src/sys/uvm/
uvm_map.c 3216 vm_prot_t old_prot; local in function:uvm_map_protect
3219 old_prot = current->protection;
3222 (current->max_protection = new_prot) & old_prot;
3231 if (current->protection != old_prot) {
3266 old_prot == VM_PROT_NONE &&

Completed in 16 milliseconds