Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dsys_mman_emulation.cc33 int ToHostProt(int guest_prot) { in ToHostProt() function
74 void* result = mmap64(addr, length, ToHostProt(prot), flags, fd, offset); in MmapForGuest()
99 return mprotect(addr, length, ToHostProt(prot)); in MprotectForGuest()