| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | fault.c | 180 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 190 clear_bit(i, fault->opcodes); in fault_opcodes_write() 192 set_bit(i, fault->opcodes); in fault_opcodes_write() 213 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() 221 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 223 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 232 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read() 279 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs() 280 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs() 326 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault() [all …]
|
| D | fault.h | 69 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | dumpstack.c | 98 u8 opcodes[OPCODE_BUFSIZE]; in show_opcodes() local 109 if (bad_ip || probe_kernel_read(opcodes, (u8 *)prologue, in show_opcodes() 114 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes() 115 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1); in show_opcodes()
|
| /Linux-v5.4/tools/bpf/ |
| D | bpf_jit_disasm.c | 52 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument 90 if (opcodes) { in get_asm_insns() 263 unsigned int len, klen, opt, opcodes = 0; in main() local 274 opcodes = 1; in main() 302 get_asm_insns(image, len, opcodes); in main()
|
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | xlated_dumper.h | 33 bool opcodes, bool linum); 35 bool opcodes, bool linum);
|
| D | xlated_dumper.c | 206 bool opcodes, bool linum) in dump_xlated_json() argument 260 if (opcodes) { in dump_xlated_json() 291 bool opcodes, bool linum) in dump_xlated_plain() argument 342 if (opcodes) { in dump_xlated_plain()
|
| D | jit_disasm.c | 75 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 175 if (opcodes) { in disasm_print_insn()
|
| D | main.h | 166 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, 175 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
|
| D | prog.c | 422 bool opcodes = false; in do_dump() local 461 opcodes = true; in do_dump() 604 disasm_print_insn(img, lens[i], opcodes, in do_dump() 620 disasm_print_insn(buf, member_len, opcodes, name, in do_dump() 638 dump_xlated_json(&dd, buf, member_len, opcodes, in do_dump() 641 dump_xlated_plain(&dd, buf, member_len, opcodes, in do_dump()
|
| /Linux-v5.4/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 25 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}] 26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}] 70 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }] 73 output in human-readable format. In this case, **opcodes** 74 controls if raw opcodes should be printed as well. 88 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 93 **opcodes** controls if raw opcodes will be printed. 278 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
|
| /Linux-v5.4/Documentation/driver-api/mtd/ |
| D | spi-nor.rst | 15 opcodes, addresses, or data payloads; a SPI controller simply knows to send or 17 which the controller driver is aware of the opcodes, addressing, and other
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | intel-spi.c | 155 u8 opcodes[8]; member 396 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init() 397 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init() 398 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init() 414 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index() 415 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index()
|
| /Linux-v5.4/arch/s390/tools/ |
| D | Makefile | 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | Makefile | 19 obj-y := elf.o entry-common.o irq.o opcodes.o \
|
| /Linux-v5.4/tools/bpf/bpftool/bash-completion/ |
| D | bpftool | 197 help|hex|opcodes|visual|linum) 289 COMPREPLY+=( $( compgen -W 'opcodes visual linum' -- \ 292 COMPREPLY+=( $( compgen -W 'opcodes linum' -- \
|
| /Linux-v5.4/Documentation/target/ |
| D | tcmu-design.rst | 168 Currently only two opcodes are defined, TCMU_OP_CMD and TCMU_OP_PAD. 198 More opcodes may be added in the future. If userspace encounters an 375 /* Tell the kernel we didn't handle unknown opcodes */
|
| /Linux-v5.4/Documentation/admin-guide/acpi/ |
| D | ssdt-overlays.rst | 64 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | mgmt.h | 73 __le16 opcodes[0]; member
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-pin-error-inj.rst | 102 Most error injection commands can be executed for specific CEC opcodes or for 103 all opcodes (``any``). Each command also has a 'mode' which can be ``off``
|
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | ppc-pv.txt | 32 'hypercall-instructions'. This property contains at most 4 opcodes that make
|
| /Linux-v5.4/Documentation/sparc/oradax/ |
| D | oracle-dax.rst | 9 transport mechanism and has limited knowledge of the various opcodes 235 command opcodes, parameters, flags, etc., and the rest are addresses
|
| /Linux-v5.4/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: 346 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf 522 Issuing option `-o` will "annotate" opcodes to resulting assembler
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace-design.rst | 359 runtime patching. You'll need a little knowledge of your arch's opcodes in
|
| /Linux-v5.4/crypto/ |
| D | Kconfig | 1103 Use SPARC64 crypto opcodes for AES algorithm. 1358 optimized using SPARC64 crypto opcodes.
|
| /Linux-v5.4/net/bluetooth/ |
| D | mgmt.c | 328 __le16 *opcode = rp->opcodes; in read_commands() 336 __le16 *opcode = rp->opcodes; in read_commands()
|