Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/kprobes/
Dcommon.h80 extern int can_boost(struct insn *insn, void *orig_addr);
Dcore.c157 int can_boost(struct insn *insn, void *addr) in can_boost() function
398 if (can_boost(insn, p->addr) && in prepare_boost()
Dopt.c184 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
/Linux-v5.4/arch/ia64/kernel/
Dkprobes.c525 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() function
551 if (can_boost(&p->ainsn.insn[0].bundle, slot, addr)) { in prepare_booster()
/Linux-v5.4/kernel/rcu/
Drcutorture.c310 int can_boost; member
458 .can_boost = rcu_can_boost(),
1533 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms()
2140 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()