Searched refs:os_protect_memory (Results 1 – 3 of 3) sorted by relevance
| /arch/um/os-Linux/ |
| A D | process.c | 101 int os_protect_memory(void *addr, unsigned long len, int r, int w, int x) in os_protect_memory() function
|
| /arch/um/kernel/ |
| A D | mem.c | 254 os_protect_memory((void *)rodata_start, rodata_end - rodata_start, 1, 0, 0); in mark_rodata_ro()
|
| /arch/um/include/shared/ |
| A D | os.h | 211 extern int os_protect_memory(void *addr, unsigned long len,
|
Completed in 5 milliseconds