Lines Matching refs:patched
64 * We do not want to block removal of patched modules and therefore
282 * These relocations are written to the klp module text to allow the patched
288 * 2) When a to-be-patched module loads -- or is already loaded when a
291 * are written to the klp module text to allow the patched code/data to
292 * reference symbols which live in the to-be-patched module or one of its
295 * the to-be-patched module to be loaded and patched sometime *after* the
356 * /sys/kernel/livepatch/<patch>/<object>/patched
502 return sysfs_emit(buf, "%d\n", obj->patched);
505 static struct kobj_attribute patched_kobj_attr = __ATTR_RO(patched);
691 /* Clean up when a patched object is unloaded */
803 * NOPs get the address later. The patched module must be loaded,
813 func->patched = false;
817 * is the nth occurrence of this symbol in kallsyms for the patched
920 obj->patched = false;
1018 if (obj->patched)
1117 * registers the patched functions with ftrace.
1287 * get patched by a new patch.
1360 * get patched by a new patch.