Searched refs:executable (Results 1 – 11 of 11) sorted by relevance
/arch/arm64/ |
D | Kconfig.debug | 71 kernel's executable code. 80 read only or non-executable will be aligned up to the section size of
|
/arch/x86/include/asm/ |
D | efi.h | 113 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
|
/arch/x86/platform/efi/ |
D | efi_64.c | 62 static void __init early_code_mapping_set_exec(int executable) in early_code_mapping_set_exec() argument 75 efi_set_executable(md, executable); in early_code_mapping_set_exec()
|
D | efi.c | 538 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable() argument 547 if (executable) in efi_set_executable()
|
/arch/arm/mm/ |
D | cache-v4wb.S | 113 tst r2, #VM_EXEC @ executable region?
|
D | Kconfig | 1070 will be made non-executable. The tradeoff is that each region is 1082 kernel's executable code. Additionally splits rodata from kernel 1083 text so it can be made explicitly non-executable. This creates
|
/arch/parisc/ |
D | Kconfig | 184 as modules, the kernel executable may become too big, so that the
|
/arch/tile/include/hv/ |
D | hypervisor.h | 2405 _HV_BIT(executable, EXECUTABLE) in _HV_BIT()
|
/arch/x86/ |
D | Kconfig.debug | 141 tristate "Testcase for the NX non-executable stack feature"
|
D | Kconfig | 2129 Actual executable code is located in the fixed vsyscall 2131 this makes the mapping executable, it can be used during 2140 non-executable, but it still contains known contents,
|
/arch/powerpc/ |
D | Kconfig | 1056 The kernel is linked as a position-independent executable (PIE)
|