/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/arch/loongarch/include/asm/ ! |
H A D | set_memory.h | 13 int set_memory_nx(unsigned long addr, int numpages);
|
/linux/arch/powerpc/include/asm/ ! |
H A D | set_memory.h | 25 static inline int __must_check set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
/linux/drivers/misc/ ! |
H A D | sram-exec.c | 100 ret = set_memory_nx((unsigned long)base, pages); in sram_exec_copy()
|
/linux/kernel/module/ ! |
H A D | strict_rwx.c | 82 int ret = module_set_memory(mod, type, set_memory_nx); in module_enable_data_nx()
|
/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()
|
H A D | machine_kexec_64.c | 373 set_memory_nx((unsigned long)control_page, 1); in machine_kexec_cleanup()
|
/linux/arch/loongarch/mm/ ! |
H A D | pageattr.c | 137 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
/linux/arch/arm64/mm/ ! |
H A D | pageattr.c | 149 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
/linux/arch/riscv/kernel/ ! |
H A D | setup.c | 382 set_kernel_memory(__init_begin, __init_end, set_memory_nx); in free_initmem()
|
/linux/arch/riscv/mm/ ! |
H A D | pageattr.c | 372 int set_memory_nx(unsigned long addr, int numpages) in set_memory_nx() function
|
/linux/arch/x86/mm/ ! |
H A D | init_32.c | 739 set_memory_nx(start, size >> PAGE_SHIFT); in mark_nxdata_nx()
|
H A D | init_64.c | 1409 set_memory_nx(text_end, (all_end - text_end) >> PAGE_SHIFT); in mark_rodata_ro()
|
/linux/mm/ ! |
H A D | execmem.c | 146 ret = set_memory_nx(addr, nr); in execmem_force_rw()
|
/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
|