Searched refs:set_memory_nx (Results 1 – 8 of 8) 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/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/x86/mm/pat/ |
| H A D | set_memory.c | 2313 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|