Searched refs:can_boost (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/kprobes/ |
A D | common.h | 81 extern int can_boost(struct insn *insn, void *orig_addr);
|
A D | core.c | 139 int can_boost(struct insn *insn, void *addr) in can_boost() function 390 !p->post_handler && can_boost(insn, p->addr) && in prepare_singlestep()
|
A D | opt.c | 214 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | kprobes.c | 452 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.3-rc2/kernel/rcu/ |
A D | rcutorture.c | 384 int can_boost; member 570 .can_boost = IS_ENABLED(CONFIG_RCU_BOOST), 2365 test_boost, cur_ops->can_boost, in rcu_torture_print_module_parms() 3169 if (!(test_boost == 1 && cur_ops->can_boost) && test_boost != 2) in rcu_torture_can_boost()
|
Completed in 24 milliseconds