Searched refs:os_protect_memory (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | process.c | 154 int os_protect_memory(void *addr, unsigned long len, int r, int w, int x) in os_protect_memory() function
|
/linux-4.4.14/arch/um/include/shared/ |
D | os.h | 200 extern int os_protect_memory(void *addr, unsigned long len,
|
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 386 os_protect_memory((void *) addr, PAGE_SIZE, 1, 1, 1); in flush_tlb_kernel_range_common()
|