Searched refs:set_memory_nx (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | set_memory.h | 13 int set_memory_nx(unsigned long addr, int numpages); 19 static inline int set_memory_nx(unsigned long addr, int numpages) { return 0; } in set_memory_nx() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | set_memory.h | 17 int set_memory_nx(unsigned long addr, int numpages); 33 static inline int set_memory_nx(unsigned long addr, int numpages) { return 0; } in set_memory_nx() function
|
| /linux/include/asm-generic/ |
| H A D | set_memory.h | 11 int set_memory_nx(unsigned long addr, int numpages);
|
| /linux/drivers/misc/ |
| H A D | sram-exec.c | 100 ret = set_memory_nx((unsigned long)base, pages); in sram_exec_copy()
|
| /linux/arch/arm/mm/ |
| H A D | pageattr.c | 87 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable_32.c | 137 err = set_memory_nx((unsigned long)_sinittext, numpages); in __mark_initmem_nx()
|
| /linux/arch/x86/realmode/ |
| H A D | init.c | 204 set_memory_nx((unsigned long) base, size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 153 set_memory_nx((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_cleanup()
|
| /linux/arch/riscv/kernel/ |
| H A D | setup.c | 386 set_kernel_memory(__init_begin, __init_end, set_memory_nx); in free_initmem()
|
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 222 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
| /linux/mm/ |
| H A D | execmem.c | 143 ret = set_memory_nx(addr, nr); in execmem_force_rw()
|