Searched refs:set_memory_ro (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | cacheflush.h | 7 int set_memory_ro(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/x86/kernel/ |
D | livepatch.c | 87 set_memory_ro(loc & PAGE_MASK, numpages); in klp_write_module_reloc()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | cacheflush.h | 151 int set_memory_ro(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/x86/include/asm/ |
D | cacheflush.h | 44 int set_memory_ro(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/arm/mm/ |
D | pageattr.c | 68 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
/linux-4.1.27/arch/arm64/mm/ |
D | pageattr.c | 73 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
/linux-4.1.27/arch/x86/realmode/ |
D | init.c | 117 set_memory_ro((unsigned long) base, ro_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/linux-4.1.27/arch/s390/kernel/ |
D | ftrace.c | 188 set_memory_ro(ftrace_plt, 1); in ftrace_plt_init()
|
/linux-4.1.27/arch/s390/mm/ |
D | pageattr.c | 83 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cacheflush.h | 485 int set_memory_ro(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/x86/mm/ |
D | init_64.c | 1104 set_memory_ro(start, (end - start) >> PAGE_SHIFT); in set_kernel_text_ro() 1118 set_memory_ro(start, (end - start) >> PAGE_SHIFT); in mark_rodata_ro() 1144 set_memory_ro(start, (end-start) >> PAGE_SHIFT); in mark_rodata_ro()
|
D | pageattr.c | 1651 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function 1786 return set_memory_ro(addr, numpages); in set_pages_ro()
|
/linux-4.1.27/include/linux/ |
D | filter.h | 344 set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro()
|
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 1004 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 763 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit_comp.c | 1200 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
|
/linux-4.1.27/kernel/ |
D | module.c | 1734 set_page_attributes(base, base + ro_size, set_memory_ro); in set_section_ro_nx() 1804 set_memory_ro); in set_all_modules_text_ro() 1809 set_memory_ro); in set_all_modules_text_ro()
|
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 956 set_memory_ro((unsigned long)header, header->pages); in bpf_jit_compile()
|