Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dalternative.h192 extern void text_poke_smp_batch(struct text_poke_param *params, int n);
/linux-2.6.39/arch/x86/kernel/
Dkprobes.c1466 text_poke_smp_batch(jump_poke_params, c); in arch_optimize_kprobes()
1506 text_poke_smp_batch(jump_poke_params, c); in arch_unoptimize_kprobes()
Dalternative.c673 void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n) in text_poke_smp_batch() function