Searched refs:os_protect_memory (Results 1 – 3 of 3) sorted by relevance
154 int os_protect_memory(void *addr, unsigned long len, int r, int w, int x) in os_protect_memory() function
51 return os_protect_memory((void *)virt, len, in kern_mprotect()
216 extern int os_protect_memory(void *addr, unsigned long len,
Completed in 7 milliseconds