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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkprobes.h97 int boostable; member in struct:arch_specific_insn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkprobes.h71 * boostable = -1: This instruction type is not boostable.
72 * boostable = 0: This instruction type is boostable.
73 * boostable = 1: This instruction has been boosted: we have
78 int boostable; member in struct:arch_specific_insn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dkprobes.c80 p->ainsn.boostable = 0;
252 if (p->ainsn.boostable >= 0) {
260 * successfully, set the boostable flag
262 if (unlikely(p->ainsn.boostable == 0))
263 p->ainsn.boostable = 1;
282 p->ainsn.boostable = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkprobes.c148 * Returns non-zero if opcode is boostable.
175 goto retry; /* REX prefix is boostable */
196 /* clear and set flags are boostable */
199 /* segment override prefixes are boostable */
202 /* CS override prefix and call are not boostable */
359 p->ainsn.boostable = 0;
361 p->ainsn.boostable = -1;
394 free_insn_slot(p->ainsn.insn, (p->ainsn.boostable == 1));
471 if (p->ainsn.boostable == 1 && !p->post_handler) {
815 * this probepoint, and the instruction is boostable, boos
[all...]

Completed in 138 milliseconds