Home
last modified time | relevance | path

Searched refs:set_memory_ro (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dcacheflush.h7 int set_memory_ro(unsigned long addr, int numpages);
/linux-4.1.27/arch/x86/kernel/
Dlivepatch.c87 set_memory_ro(loc & PAGE_MASK, numpages); in klp_write_module_reloc()
/linux-4.1.27/arch/arm64/include/asm/
Dcacheflush.h151 int set_memory_ro(unsigned long addr, int numpages);
/linux-4.1.27/arch/x86/include/asm/
Dcacheflush.h44 int set_memory_ro(unsigned long addr, int numpages);
/linux-4.1.27/arch/arm/mm/
Dpageattr.c68 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
/linux-4.1.27/arch/arm64/mm/
Dpageattr.c73 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
/linux-4.1.27/arch/x86/realmode/
Dinit.c117 set_memory_ro((unsigned long) base, ro_size >> PAGE_SHIFT); in set_real_mode_permissions()
/linux-4.1.27/arch/s390/kernel/
Dftrace.c188 set_memory_ro(ftrace_plt, 1); in ftrace_plt_init()
/linux-4.1.27/arch/s390/mm/
Dpageattr.c83 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
/linux-4.1.27/arch/arm/include/asm/
Dcacheflush.h485 int set_memory_ro(unsigned long addr, int numpages);
/linux-4.1.27/arch/x86/mm/
Dinit_64.c1104 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()
Dpageattr.c1651 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/
Dfilter.h344 set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro()
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c1004 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c763 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c1200 set_memory_ro((unsigned long)header, header->pages); in bpf_int_jit_compile()
/linux-4.1.27/kernel/
Dmodule.c1734 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/
Dbpf_jit_32.c956 set_memory_ro((unsigned long)header, header->pages); in bpf_jit_compile()