Home
last modified time | relevance | path

Searched refs:KERNEL_PARAM_FL_HWPARAM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dmoduleparam.h66 KERNEL_PARAM_FL_HWPARAM = (1 << 1), enumerator
553 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
583 KERNEL_PARAM_FL_HWPARAM | (hwparam_##hwtype & 0)); \
/openbmc/linux/kernel/
H A Dparams.c103 if (kp->flags & KERNEL_PARAM_FL_HWPARAM && in param_check_unsafe()