Lines Matching refs:from
103 * RCU-sched lookups of the address from any context.
106 * __module_address() hard by doing a lot of stack unwinding; potentially from
692 const void *from, unsigned long size)
697 memcpy(per_cpu_ptr(mod->percpu, cpu), from, size);
734 * is_module_percpu_address - test whether address is from module static percpu
740 * %true if @addr is from module static percpu area
768 const void *from, unsigned long size)
1431 "%s: module uses symbol (%s) from namespace %s, but does not import it.\n",
1446 pr_err("%s: module using GPL-only symbols uses symbols from proprietary module %s.\n",
1452 pr_warn("%s: module uses symbols from proprietary module %s, inheriting taint.\n",
2002 * from modification and any data from execution.
2127 * index from info to mod->klp_info.
2218 /* Free a module, remove from lists, etc. */
2246 /* Now we can delete it from the lists */
2251 /* Remove this module from bug list, this uses list_del_rcu */
2593 /* Parse tag=value strings from .modinfo section */
3298 pr_warn("%s: module is from the staging directory, the quality "
3496 * Don't use add_taint_module(), as it would prevent ndiswrapper from
3764 * loading is requested from async (which is not allowed!).
3767 * request_module() from async workers") for more details.
3814 /* Try to protect us from buggy refcounters. */