Searched refs:OSMemProtect (Results 1 – 3 of 3) sorted by relevance
67 return OSMemProtect(addr, len, prot); in mprotect()
19 int OSMemProtect(void *addr, uint64_t len, int flags);
53 OSMemProtect(void *addr, uint64_t len, int flags) in OSMemProtect() function