Searched refs:opcodes (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dmt.c15 static const struct mt_opcodes opcodes[] = { variable in typeref:struct:mt_opcodes
57 const struct mt_opcodes *code = opcodes;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dkprobes.c57 * returns non-zero if opcodes can be boosted.
59 static __always_inline int can_boost(kprobe_opcode_t *opcodes) argument
68 * Undefined/reserved opcodes, conditional jump, Opcode Extension
69 * Groups, and some special opcodes can not be boost.
95 kprobe_opcode_t *orig_opcodes = opcodes;
97 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1)
99 opcode = *(opcodes++);
103 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1)
105 return test_bit(*opcodes, twobyte_is_boostable);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c1176 u8 opcodes[4]; local
1185 emulator_read_std(rip_linear, (void *)opcodes, 4, ctxt);
1189 rip, opcodes[0], opcodes[1], opcodes[2], opcodes[3]);

Completed in 54 milliseconds