Searched refs:MprotectForGuest (Results 1 – 3 of 3) sorted by relevance
28 int MprotectForGuest(void* addr, size_t length, int prot);
86 int MprotectForGuest(void* addr, size_t length, int prot) { in MprotectForGuest() function
121 return static_cast<long>(MprotectForGuest(bit_cast<void*>(arg_1), // addr in RunGuestSyscall___NR_mprotect()