Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/kprobes/
Dcommon.h80 extern int can_boost(struct insn *insn, void *orig_addr);
Dcore.c170 int can_boost(struct insn *insn, void *addr) in can_boost() function
411 if (can_boost(insn, p->addr) && in prepare_boost()
Dopt.c193 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
/Linux-v4.19/kernel/rcu/
Drcutorture.c295 int can_boost; member
433 .can_boost = rcu_can_boost(),
1558 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms()
1796 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()
/Linux-v4.19/arch/ia64/kernel/
Dkprobes.c538 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() function
564 if (can_boost(&p->ainsn.insn[0].bundle, slot, addr)) { in prepare_booster()