Searched refs:set_memory_rw (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | set_memory.h | 11 int set_memory_rw(unsigned long addr, int numpages); 17 static inline int set_memory_rw(unsigned long addr, int numpages) { return 0; } in set_memory_rw() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | set_memory.h | 15 int set_memory_rw(unsigned long addr, int numpages); 31 static inline int set_memory_rw(unsigned long addr, int numpages) { return 0; } in set_memory_rw() function
|
| /linux/include/asm-generic/ |
| H A D | set_memory.h | 9 int set_memory_rw(unsigned long addr, int numpages);
|
| /linux/drivers/misc/ |
| H A D | sram-exec.c | 103 ret = set_memory_rw((unsigned long)base, pages); in sram_exec_copy()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | sram-init.c | 73 set_memory_rw(base, pages); in omap_sram_push()
|
| /linux/arch/arm/mm/ |
| H A D | pageattr.c | 80 int set_memory_rw(unsigned long addr, int numpages) in set_memory_rw() function
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 140 err = set_memory_rw((unsigned long)_sinittext, numpages); in __mark_initmem_nx()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sram.c | 95 set_memory_rw(base, pages); in omap_sram_push()
|
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 215 int set_memory_rw(unsigned long addr, int numpages) in set_memory_rw() function
|
| /linux/arch/loongarch/kernel/ |
| H A D | inst.c | 281 err = set_memory_rw(start, (end - start) / PAGE_SIZE); in larch_insn_text_copy()
|
| /linux/mm/ |
| H A D | execmem.c | 147 return set_memory_rw(addr, nr); in execmem_force_rw()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 1835 rv = set_memory_rw((unsigned long)ptr, 1); in vmalloc_helpers_tags()
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 71 return set_memory_rw((unsigned long)page_address, 1); in hibernate_restore_unprotect_page()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 3053 if (set_memory_rw(PAGE_MASK & ((uintptr_t)&plt->target), 1)) in bpf_arch_text_poke()
|