Home
last modified time | relevance | path

Searched refs:executable (Results 76 – 79 of 79) sorted by relevance

1234

/linux/kernel/events/
H A Dcore.c9650 int executable = vma->vm_flags & VM_EXEC; in perf_event_mmap_match() local
9652 return (!executable && event->attr.mmap_data) || in perf_event_mmap_match()
9653 (executable && (event->attr.mmap || event->attr.mmap2)); in perf_event_mmap_match()
/linux/Documentation/arch/x86/
H A Dboot.rst1411 to section alignment, the memory footprint of the executable image beyond
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4487 noexec32=on: enable non-executable mappings (default)
4488 read doesn't imply executable mappings
4489 noexec32=off: disable non-executable mappings
4490 read implies executable mappings
/linux/lib/
H A DKconfig.debug2901 does not add executable code to the kernel, but is meant to test that

1234