Searched refs:set_memory_ro (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | set_memory.h | 10 int set_memory_ro(unsigned long addr, int numpages); 16 static inline int set_memory_ro(unsigned long addr, int numpages) { return 0; } in set_memory_ro() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | set_memory.h | 14 int set_memory_ro(unsigned long addr, int numpages); 30 static inline int set_memory_ro(unsigned long addr, int numpages) { return 0; } in set_memory_ro() function
|
| /linux/include/asm-generic/ |
| H A D | set_memory.h | 8 int set_memory_ro(unsigned long addr, int numpages);
|
| /linux/arch/arm/mm/ |
| H A D | pageattr.c | 73 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
| H A D | ioremap.c | 436 set_memory_ro((unsigned long)ptr, PAGE_ALIGN(size) / PAGE_SIZE); in __arm_iomem_set_ro()
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 172 return set_memory_ro((unsigned long)_stext, numpages); in __mark_rodata_ro()
|
| /linux/arch/s390/mm/ |
| H A D | init.c | 89 set_memory_ro(empty_zero_page, 1UL << order); in arch_setup_zero_pages()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 145 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
| /linux/arch/x86/kernel/ |
| H A D | idt.c | 322 set_memory_ro((unsigned long)&idt_table, 1); in idt_setup_apic_and_irq_gates()
|
| H A D | ftrace.c | 457 set_memory_ro((unsigned long)ops->trampoline, npages); in set_ftrace_ops_ro()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 751 set_kernel_memory(__start_rodata, _data, set_memory_ro); in mark_rodata_ro() 754 set_memory_ro); in mark_rodata_ro()
|
| /linux/include/linux/ |
| H A D | filter.h | 1159 return set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 3242 set_memory_ro(PAGE_MASK & ((uintptr_t)&plt->target), 1); in bpf_arch_text_poke()
|