Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcommon.h80 extern int can_boost(struct insn *insn, void *orig_addr);
H A Dcore.c159 int can_boost(struct insn *insn, void *addr) in can_boost() function
412 if (can_boost(insn, p->addr) && in prepare_boost()
H A Dopt.c211 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dkprobes.c453 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() function
479 if (can_boost(&p->ainsn.insn[0].bundle, slot, addr)) { in prepare_booster()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcutorture.c322 int can_boost; member
471 .can_boost = rcu_can_boost(),
1662 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms()
2367 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()