Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dalternative.h184 struct text_poke_param { struct
192 extern void text_poke_smp_batch(struct text_poke_param *params, int n); argument
/linux-2.6.39/arch/x86/kernel/
Dalternative.c595 struct text_poke_param *params;
602 struct text_poke_param *p; in stop_machine_text_poke()
648 struct text_poke_param p; in text_poke_smp()
673 void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n) in text_poke_smp_batch()
Dkprobes.c1418 static struct text_poke_param *jump_poke_params;
1423 static void __kprobes setup_optimize_kprobe(struct text_poke_param *tprm, in setup_optimize_kprobe()
1469 static void __kprobes setup_unoptimize_kprobe(struct text_poke_param *tprm, in setup_unoptimize_kprobe()
1547 jump_poke_params = kmalloc(sizeof(struct text_poke_param) * in init_poke_params()