HomeSort by relevance Sort by last modified time
    Searched refs:oldProtection (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Common/
Memory.cpp 116 unsigned long oldProtection;
117 VirtualProtect(memory, bytes, PAGE_EXECUTE_READ, &oldProtection);
126 unsigned long oldProtection;
127 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection);
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 456 VirtualProtect(&buffer[0], buffer.size(), oldProtection, &exeProtection);
498 VirtualProtect(&buffer[0], buffer.size(), PAGE_EXECUTE_READ, &oldProtection);
515 DWORD oldProtection;
    [all...]

Completed in 76 milliseconds