Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/include/berberis/kernel_api/
Dsys_mman_emulation.h28 int MprotectForGuest(void* addr, size_t length, int prot);
/frameworks/libs/binary_translation/kernel_api/
Dsys_mman_emulation.cc86 int MprotectForGuest(void* addr, size_t length, int prot) { in MprotectForGuest() function
Druntime_bridge.cc121 return static_cast<long>(MprotectForGuest(bit_cast<void*>(arg_1), // addr in RunGuestSyscall___NR_mprotect()