Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/kprobes/
Dcommon.h81 extern int can_boost(struct insn *insn, void *orig_addr);
Dcore.c139 int can_boost(struct insn *insn, void *addr) in can_boost() function
390 !p->post_handler && can_boost(insn, p->addr) && in prepare_singlestep()
Dopt.c214 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
/linux-6.1.9/arch/ia64/kernel/
Dkprobes.c452 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() function
478 if (can_boost(&p->ainsn.insn[0].bundle, slot, addr)) { in prepare_booster()
/linux-6.1.9/kernel/rcu/
Drcutorture.c380 int can_boost; member
562 .can_boost = IS_ENABLED(CONFIG_RCU_BOOST),
2321 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms()
3125 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()