Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/os-Linux/
Dprocess.c154 int os_protect_memory(void *addr, unsigned long len, int r, int w, int x) in os_protect_memory() function
/linux-6.1.9/arch/um/include/shared/
Dos.h209 extern int os_protect_memory(void *addr, unsigned long len,
/linux-6.1.9/arch/um/kernel/
Dtlb.c102 ret = os_protect_memory( in do_ops()