Searched refs:set_memory_x (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
H A D | cacheflush.h | 10 int set_memory_x(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | pageattr.c | 95 int set_memory_x(unsigned long addr, int numpages) set_memory_x() function 101 EXPORT_SYMBOL_GPL(set_memory_x); variable
|
/linux-4.1.27/arch/arm/mm/ |
H A D | pageattr.c | 89 int set_memory_x(unsigned long addr, int numpages) set_memory_x() function
|
/linux-4.1.27/arch/x86/realmode/ |
H A D | init.c | 118 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); set_real_mode_permissions()
|
/linux-4.1.27/arch/s390/mm/ |
H A D | pageattr.c | 101 int set_memory_x(unsigned long addr, int numpages) set_memory_x() function
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | cacheflush.h | 42 int set_memory_x(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | cacheflush.h | 153 int set_memory_x(unsigned long addr, int numpages);
|
/linux-4.1.27/drivers/watchdog/ |
H A D | hpwdt.c | 236 set_memory_x((unsigned long)bios32_map, 2); cru_detect() 254 set_memory_x((unsigned long)cru_rom_addr & PAGE_MASK, cru_detect() 413 set_memory_x((unsigned long)cru_rom_addr & PAGE_MASK, dmi_find_cru()
|
/linux-4.1.27/arch/x86/pci/ |
H A D | pcbios.c | 45 set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); set_bios_x()
|
/linux-4.1.27/arch/x86/mm/ |
H A D | pageattr.c | 1633 int set_memory_x(unsigned long addr, int numpages) set_memory_x() function 1640 EXPORT_SYMBOL(set_memory_x); variable 1770 return set_memory_x(addr, numpages); set_pages_x()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | cacheflush.h | 487 int set_memory_x(unsigned long addr, int numpages);
|
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | efi.c | 521 set_memory_x(addr, npages); efi_set_executable()
|
/linux-4.1.27/kernel/ |
H A D | module.c | 1753 set_memory_x); unset_module_core_ro_nx() 1763 set_memory_x); unset_module_init_ro_nx()
|
Completed in 302 milliseconds