Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c2797 } text_poke_array; in try_get_text_poke_array()
2849 * text_poke_array with non-zero refcount: in smp_text_poke_int3_handler()
2868 if (unlikely(text_poke_array.nr_entries > 1)) { in smp_text_poke_int3_handler()
2869 tpl = __inline_bsearch(ip, text_poke_array.vec, text_poke_array.nr_entries, in smp_text_poke_int3_handler()
2875 tpl = text_poke_array.vec; in smp_text_poke_int3_handler()
2922 * text_poke_array.vec: vector of instructions to patch
2923 * text_poke_array.nr_entries: number of entries in the vector
2947 if (!text_poke_array.nr_entries) in smp_text_poke_batch_finish()
2954 * ensure reading a non-zero refcount provides up to date text_poke_array dat in smp_text_poke_batch_finish()
2785 } text_poke_array; global() variable
[all...]