Lines Matching refs:patched
64 * We do not want to block removal of patched modules and therefore
278 * These relocations are written to the klp module text to allow the patched
284 * 2) When a to-be-patched module loads -- or is already loaded when a
287 * are written to the klp module text to allow the patched code/data to
288 * reference symbols which live in the to-be-patched module or one of its
291 * the to-be-patched module to be loaded and patched sometime *after* the
350 * /sys/kernel/livepatch/<patch>/<object>/patched
463 return sysfs_emit(buf, "%d\n", obj->patched);
466 static struct kobj_attribute patched_kobj_attr = __ATTR_RO(patched);
649 /* Clean up when a patched object is unloaded */
764 * NOPs get the address later. The patched module must be loaded,
774 func->patched = false;
778 * is the nth occurrence of this symbol in kallsyms for the patched
881 obj->patched = false;
979 if (obj->patched)
1059 * registers the patched functions with ftrace.
1235 * get patched by a new patch.
1308 * get patched by a new patch.