Home
last modified time | relevance | path

Searched refs:klp_patch (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dlivepatch.h115 struct klp_patch { struct
132 int klp_register_patch(struct klp_patch *); argument
133 int klp_unregister_patch(struct klp_patch *);
134 int klp_enable_patch(struct klp_patch *);
135 int klp_disable_patch(struct klp_patch *);
/linux-4.4.14/kernel/livepatch/
Dcore.c118 static bool klp_is_patch_registered(struct klp_patch *patch) in klp_is_patch_registered()
120 struct klp_patch *mypatch; in klp_is_patch_registered()
472 static int __klp_disable_patch(struct klp_patch *patch) in __klp_disable_patch()
501 int klp_disable_patch(struct klp_patch *patch) in klp_disable_patch()
525 static int __klp_enable_patch(struct klp_patch *patch) in __klp_enable_patch()
570 int klp_enable_patch(struct klp_patch *patch) in klp_enable_patch()
602 struct klp_patch *patch; in enabled_store()
613 patch = container_of(kobj, struct klp_patch, kobj); in enabled_store()
645 struct klp_patch *patch; in enabled_show()
647 patch = container_of(kobj, struct klp_patch, kobj); in enabled_show()
[all …]
/linux-4.4.14/samples/livepatch/
Dlivepatch-sample.c63 static struct klp_patch patch = {