Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dalternative.c942 } bp_patching; variable
974 if (likely(!bp_patching.nr_entries)) in poke_int3_handler()
988 if (unlikely(bp_patching.nr_entries > 1)) { in poke_int3_handler()
989 tp = bsearch(ip, bp_patching.vec, bp_patching.nr_entries, in poke_int3_handler()
995 tp = bp_patching.vec; in poke_int3_handler()
1036 bp_patching.vec = tp; in text_poke_bp_batch()
1037 bp_patching.nr_entries = nr_entries; in text_poke_bp_batch()
1086 bp_patching.vec = NULL; in text_poke_bp_batch()
1087 bp_patching.nr_entries = 0; in text_poke_bp_batch()