Searched refs:core_param (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/kernel/ |
D | panic.c | 513 core_param(panic, panic_timeout, int, 0644); 514 core_param(pause_on_oops, pause_on_oops, int, 0644); 515 core_param(panic_on_warn, panic_on_warn, int, 0644);
|
D | module.c | 302 core_param(nomodule, modules_disabled, bint, 0);
|
/linux-4.4.14/arch/sh/mm/ |
D | alignment.c | 32 core_param(alignment, se_usermode, int, 0600);
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | colibri-pxa270.c | 274 core_param(colibri_pxa270_baseboard, colibri_pxa270_baseboard, int, 0444);
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-mx31lite.c | 227 core_param(mx31lite_baseboard, mx31lite_baseboard, int, 0444);
|
D | mach-mx31lilly.c | 244 core_param(mx31lilly_baseboard, mx31lilly_baseboard, int, 0444);
|
D | mach-mx31moboard.c | 516 core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444);
|
/linux-4.4.14/kernel/time/ |
D | sched_clock.c | 74 core_param(irqtime, irqtime, int, 0400);
|
/linux-4.4.14/include/linux/ |
D | moduleparam.h | 267 #define core_param(name, var, type, perm) \ macro
|
/linux-4.4.14/init/ |
D | main.c | 698 core_param(initcall_debug, initcall_debug, bool, 0644);
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 776 core_param(no_bL_switcher, no_bL_switcher, bool, 0644);
|
/linux-4.4.14/drivers/usb/core/ |
D | usb.c | 56 core_param(nousb, nousb, bool, 0444);
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 89 core_param(alignment, ai_usermode, int, 0600);
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_iucv.c | 1478 core_param(hvc_iucv_allow, hvc_iucv_filter, vmidfilter, 0640);
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1638 core_param(cpum_sfb_size, CPUM_SF_MAX_SDB, sfb_size, 0640);
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 185 core_param(consoleblank, blankinterval, int, 0444);
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 5 implemented by the __setup(), core_param() and module_param() macros
|