Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c2817 static __always_inline int patch_cmp(const void *tpl_a, const void *tpl_b) in patch_cmp() argument
2819 if (tpl_a < text_poke_addr(tpl_b)) in patch_cmp()
2821 if (tpl_a > text_poke_addr(tpl_b)) in patch_cmp()