Searched refs:set_memory_x (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | set_memory.h | 12 int set_memory_x(unsigned long addr, int numpages); 18 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | set_memory.h | 16 int set_memory_x(unsigned long addr, int numpages); 32 static inline int set_memory_x(unsigned long addr, int numpages) { return 0; } in set_memory_x() function
|
| /linux/include/asm-generic/ |
| H A D | set_memory.h | 10 int set_memory_x(unsigned long addr, int numpages);
|
| /linux/arch/riscv/kernel/ |
| H A D | machine_kexec.c | 78 set_memory_x((unsigned long) control_code_buffer, 1); in machine_kexec_prepare()
|
| H A D | hibernate.c | 349 set_memory_x((unsigned long)page, 1); in relocate_restore_code()
|
| /linux/arch/arm/mm/ |
| H A D | pageattr.c | 94 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_32.c | 139 set_memory_x(md->virt_addr, md->num_pages); in efi_runtime_update_mappings()
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 139 set_memory_x((unsigned long)page_address(image->control_code_page), 1); in machine_kexec_prepare()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 129 int set_memory_x(unsigned long addr, int numpages) in set_memory_x() function
|
| /linux/arch/x86/pci/ |
| H A D | pcbios.c | 61 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); in set_bios_x()
|