Searched refs:boostable (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dkprobes-ftrace.c70 p->ainsn.boostable = -1;
H A Dkprobes.c191 p->ainsn.boostable = 0;
271 * successfully, set the boostable flag
273 if (unlikely(p->ainsn.boostable == 0))
274 p->ainsn.boostable = 1;
294 if (unlikely(p->ainsn.boostable != 1))
295 p->ainsn.boostable = -1;
372 if (p->ainsn.boostable >= 0) {
394 if (p->ainsn.boostable >= 0) {
/linux-master/arch/x86/kernel/kprobes/
H A Dftrace.c68 p->ainsn.boostable = false;
H A Dcore.c137 * Returns non-zero if INSN is boostable.
179 /* ... are not boostable */
191 /* Only INC and DEC are boostable */
195 /* Only INC, DEC, and indirect JMP are boostable */
480 p->ainsn.boostable = 1;
839 free_insn_slot(p->ainsn.insn, p->ainsn.boostable);
898 if (p->ainsn.boostable) {
/linux-master/arch/powerpc/include/asm/
H A Dkprobes.h65 int boostable; member in struct:arch_specific_insn
/linux-master/arch/x86/include/asm/
H A Dkprobes.h58 * boostable = 0: This instruction type is not boostable.
59 * boostable = 1: This instruction has been boosted: we have
64 unsigned boostable:1; member in struct:arch_specific_insn

Completed in 124 milliseconds