Searched refs:can_boost (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/kernel/kprobes/ |
D | common.h | 80 extern int can_boost(struct insn *insn, void *orig_addr);
|
D | core.c | 170 int can_boost(struct insn *insn, void *addr) in can_boost() function 411 if (can_boost(insn, p->addr) && in prepare_boost()
|
D | opt.c | 193 if (!ret || !can_boost(&insn, src + len)) in copy_optimized_instructions()
|
/Linux-v4.19/kernel/rcu/ |
D | rcutorture.c | 295 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/ |
D | kprobes.c | 538 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()
|