Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/livepatch/
Dpatch.c230 static void __klp_unpatch_object(struct klp_object *obj, bool nops_only) in __klp_unpatch_object() argument
235 if (nops_only && !func->nop) in __klp_unpatch_object()
242 if (obj->dynamic || !nops_only) in __klp_unpatch_object()
272 static void __klp_unpatch_objects(struct klp_patch *patch, bool nops_only) in __klp_unpatch_objects() argument
278 __klp_unpatch_object(obj, nops_only); in __klp_unpatch_objects()
Dcore.c614 static void __klp_free_funcs(struct klp_object *obj, bool nops_only) in __klp_free_funcs() argument
619 if (nops_only && !func->nop) in __klp_free_funcs()
642 static void __klp_free_objects(struct klp_patch *patch, bool nops_only) in __klp_free_objects() argument
647 __klp_free_funcs(obj, nops_only); in __klp_free_objects()
649 if (nops_only && !obj->dynamic) in __klp_free_objects()