Searched refs:set_memory_ro (Results 1 – 11 of 11) 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/x86/realmode/ |
| H A D | init.c | 205 set_memory_ro((unsigned long) base, ro_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 208 int set_memory_ro(unsigned long addr, int numpages) in set_memory_ro() function
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 1833 rv = set_memory_ro((unsigned long)ptr, 1); in vmalloc_helpers_tags()
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 64 return set_memory_ro((unsigned long)page_address, 1); in hibernate_restore_protect_page()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 3056 set_memory_ro(PAGE_MASK & ((uintptr_t)&plt->target), 1); in bpf_arch_text_poke()
|