Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dalternative.h185 struct text_poke_param { struct
193 extern void text_poke_smp_batch(struct text_poke_param *params, int n); argument
/linux-3.4.99/arch/x86/kernel/
Dkprobes-opt.c375 static struct text_poke_param *jump_poke_params;
380 static void __kprobes setup_optimize_kprobe(struct text_poke_param *tprm, in setup_optimize_kprobe()
426 static void __kprobes setup_unoptimize_kprobe(struct text_poke_param *tprm, in setup_unoptimize_kprobe()
503 jump_poke_params = kmalloc(sizeof(struct text_poke_param) * in arch_init_optprobes()
Dalternative.c657 struct text_poke_param *params;
664 struct text_poke_param *p; in stop_machine_text_poke()
710 struct text_poke_param p; in text_poke_smp()
735 void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n) in text_poke_smp_batch()