Searched refs:opcodes (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/tools/net/ |
D | bpf_jit_disasm.c | 51 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/ |
D | core.c | 166 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/ |
D | spi-nor.txt | 14 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/ |
D | Makefile | 30 ../../arm/kernel/opcodes.o
|
/linux-4.4.14/arch/arm/kernel/ |
D | Makefile | 18 obj-y := elf.o entry-common.o irq.o opcodes.o \
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 146 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/ |
D | mgmt.h | 73 __le16 opcodes[0]; member
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 176 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/ |
D | ppc-pv.txt | 32 'hypercall-instructions'. This property contains at most 4 opcodes that make
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 328 runtime patching. You'll need a little knowledge of your arch's opcodes in
|
/linux-4.4.14/crypto/ |
D | Kconfig | 897 Use SPARC64 crypto opcodes for AES algorithm. 1158 optimized using SPARC64 crypto opcodes.
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 321 __le16 *opcode = rp->opcodes; in read_commands() 329 __le16 *opcode = rp->opcodes; in read_commands()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 270 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/ |
D | ChangeLog.lpfc | 1282 * Removed duplication of SCSI opcodes from lpfc_fcp.h that are
|