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.c2735 } text_poke_array; variable
2806 if (unlikely(text_poke_array.nr_entries > 1)) { in smp_text_poke_int3_handler()
2807 tpl = __inline_bsearch(ip, text_poke_array.vec, text_poke_array.nr_entries, in smp_text_poke_int3_handler()
2813 tpl = text_poke_array.vec; in smp_text_poke_int3_handler()
2885 if (!text_poke_array.nr_entries) in smp_text_poke_batch_finish()
2916 for (i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
2917 text_poke_array.vec[i].old = *(u8 *)text_poke_addr(&text_poke_array.vec[i]); in smp_text_poke_batch_finish()
2918 text_poke(text_poke_addr(&text_poke_array.vec[i]), &int3, INT3_INSN_SIZE); in smp_text_poke_batch_finish()
2926 for (do_sync = 0, i = 0; i < text_poke_array.nr_entries; i++) { in smp_text_poke_batch_finish()
2927 u8 old[TEXT_POKE_MAX_OPCODE_SIZE+1] = { text_poke_array.vec[i].old, }; in smp_text_poke_batch_finish()
[all …]