Home
last modified time | relevance | path

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

/openbmc/linux/kernel/livepatch/
H A Dstate.h7 bool klp_is_patch_compatible(struct klp_patch *patch);
H A Dstate.c106 bool klp_is_patch_compatible(struct klp_patch *patch) in klp_is_patch_compatible() function
H A Dcore.c1096 if (!klp_is_patch_compatible(patch)) { in klp_enable_patch()