Searched refs:ToHostProt (Results 1 – 1 of 1) sorted by relevance
33 int ToHostProt(int guest_prot) { in ToHostProt() function74 void* result = mmap64(addr, length, ToHostProt(prot), flags, fd, offset); in MmapForGuest()99 return mprotect(addr, length, ToHostProt(prot)); in MprotectForGuest()