Searched refs:core_param (Results 1 – 20 of 20) sorted by relevance
/linux-6.1.9/kernel/ |
D | panic.c | 753 core_param(panic, panic_timeout, int, 0644); 754 core_param(panic_print, panic_print, ulong, 0644); 755 core_param(pause_on_oops, pause_on_oops, int, 0644); 756 core_param(panic_on_warn, panic_on_warn, int, 0644); 757 core_param(crash_kexec_post_notifiers, crash_kexec_post_notifiers, bool, 0644);
|
/linux-6.1.9/drivers/xen/ |
D | mem-reservation.c | 20 core_param(xen_scrub_pages, xen_scrub_pages, bool, 0);
|
/linux-6.1.9/arch/sh/mm/ |
D | alignment.c | 32 core_param(alignment, se_usermode, int, 0600);
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | colibri-pxa270.c | 271 core_param(colibri_pxa270_baseboard, colibri_pxa270_baseboard, int, 0444);
|
/linux-6.1.9/lib/kunit/ |
D | executor.c | 93 core_param(kunit_shutdown, kunit_shutdown, charp, 0644);
|
/linux-6.1.9/kernel/time/ |
D | sched_clock.c | 50 core_param(irqtime, irqtime, int, 0400);
|
/linux-6.1.9/drivers/greybus/ |
D | core.c | 22 core_param(nogreybus, nogreybus, bool, 0444);
|
/linux-6.1.9/mm/ |
D | hugetlb_vmemmap.c | 422 core_param(hugetlb_free_vmemmap, vmemmap_optimize_enabled, bool, 0);
|
D | mmap.c | 76 core_param(ignore_rlimit_data, ignore_rlimit_data, bool, 0644);
|
/linux-6.1.9/include/linux/ |
D | moduleparam.h | 328 #define core_param(name, var, type, perm) \ macro
|
/linux-6.1.9/arch/arm/common/ |
D | bL_switcher.c | 770 core_param(no_bL_switcher, no_bL_switcher, bool, 0644);
|
/linux-6.1.9/security/integrity/ima/ |
D | ima_appraise.c | 24 core_param(ima_appraise, ima_appraise_cmdline_default, charp, 0);
|
/linux-6.1.9/arch/arm/mm/ |
D | alignment.c | 87 core_param(alignment, ai_usermode, int, 0600);
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.rst | 7 by the __setup(), early_param(), core_param() and module_param() macros
|
/linux-6.1.9/init/ |
D | main.c | 793 core_param(initcall_debug, initcall_debug, bool, 0644);
|
/linux-6.1.9/drivers/tty/hvc/ |
D | hvc_iucv.c | 1427 core_param(hvc_iucv_allow, hvc_iucv_filter, vmidfilter, 0640);
|
/linux-6.1.9/kernel/module/ |
D | main.c | 124 core_param(nomodule, modules_disabled, bint, 0); 2277 core_param(module_blacklist, module_blacklist, charp, 0400);
|
/linux-6.1.9/fs/proc/ |
D | vmcore.c | 59 core_param(novmcoredd, vmcoredd_disabled, bool, 0);
|
/linux-6.1.9/arch/s390/kernel/ |
D | perf_cpum_sf.c | 2254 core_param(cpum_sfb_size, CPUM_SF_MAX_SDB, sfb_size, 0644);
|
/linux-6.1.9/drivers/tty/vt/ |
D | vt.c | 181 core_param(consoleblank, blankinterval, int, 0444);
|