Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dset_memory.h10 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 Dset_memory.h14 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 Dset_memory.h8 int set_memory_ro(unsigned long addr, int numpages);
/linux/arch/arm/mm/
H A Dpageattr.c73 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
H A Dioremap.c436 set_memory_ro((unsigned long)ptr, PAGE_ALIGN(size) / PAGE_SIZE); in __arm_iomem_set_ro()
/linux/arch/powerpc/mm/
H A Dpgtable_32.c172 return set_memory_ro((unsigned long)_stext, numpages); in __mark_rodata_ro()
/linux/arch/s390/mm/
H A Dinit.c89 set_memory_ro(empty_zero_page, 1UL << order); in arch_setup_zero_pages()
/linux/arch/loongarch/mm/
H A Dpageattr.c145 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
/linux/arch/x86/kernel/
H A Didt.c322 set_memory_ro((unsigned long)&idt_table, 1); in idt_setup_apic_and_irq_gates()
H A Dftrace.c457 set_memory_ro((unsigned long)ops->trampoline, npages); in set_ftrace_ops_ro()
/linux/arch/riscv/mm/
H A Dinit.c751 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 Dfilter.h1159 return set_memory_ro((unsigned long)fp, fp->pages); in bpf_prog_lock_ro()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c3242 set_memory_ro(PAGE_MASK & ((uintptr_t)&plt->target), 1); in bpf_arch_text_poke()