Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/tools/net/
Dbpf_jit_disasm.c51 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument
82 if (opcodes) { in get_asm_insns()
235 unsigned int len, klen, opt, opcodes = 0; in main() local
242 opcodes = 1; in main()
264 get_asm_insns(image, len, opcodes); in main()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c166 int can_boost(kprobe_opcode_t *opcodes) in can_boost() argument
169 kprobe_opcode_t *orig_opcodes = opcodes; in can_boost()
171 if (search_exception_tables((unsigned long)opcodes)) in can_boost()
175 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1) in can_boost()
177 opcode = *(opcodes++); in can_boost()
181 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1) in can_boost()
183 return test_bit(*opcodes, in can_boost()
/linux-4.4.14/Documentation/mtd/
Dspi-nor.txt14 opcodes, addresses, or data payloads; a SPI controller simply knows to send or
16 which the controller driver is aware of the opcodes, addressing, and other
/linux-4.4.14/arch/arm64/kernel/
DMakefile30 ../../arm/kernel/opcodes.o
/linux-4.4.14/arch/arm/kernel/
DMakefile18 obj-y := elf.o entry-common.o irq.o opcodes.o \
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt146 Currently only two opcodes are defined, TCMU_OP_CMD and TCMU_OP_PAD.
169 More opcodes may be added in the future. If userspace encounters an
342 /* Tell the kernel we didn't handle unknown opcodes */
/linux-4.4.14/include/net/bluetooth/
Dmgmt.h73 __le16 opcodes[0]; member
/linux-4.4.14/Documentation/networking/
Dfilter.txt176 less readable opcodes directly, principles are the same). The syntax is
188 A program, that is translated by bpf_asm into "opcodes" is an array that
202 opcodes as defined in linux/filter.h stand for:
344 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf
513 Issuing option `-o` will "annotate" opcodes to resulting assembler
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt32 'hypercall-instructions'. This property contains at most 4 opcodes that make
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt328 runtime patching. You'll need a little knowledge of your arch's opcodes in
/linux-4.4.14/crypto/
DKconfig897 Use SPARC64 crypto opcodes for AES algorithm.
1158 optimized using SPARC64 crypto opcodes.
/linux-4.4.14/net/bluetooth/
Dmgmt.c321 __le16 *opcode = rp->opcodes; in read_commands()
329 __le16 *opcode = rp->opcodes; in read_commands()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt270 AML control methods that contain the opcodes to create
3922 f = NO_REPORT_OPCODES (don't use report opcodes
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1282 * Removed duplication of SCSI opcodes from lpfc_fcp.h that are