/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | fault.c | 177 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 183 clear_bit(i, fault->opcodes); in fault_opcodes_write() 185 set_bit(i, fault->opcodes); in fault_opcodes_write() 205 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() 213 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 215 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 224 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read() 269 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs() 270 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs() 330 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-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 24 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual**}] 25 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes**}] 52 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** }] 55 output in human-readable format. In this case, **opcodes** 56 controls if raw opcodes should be printed as well. 65 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** }] 70 **opcodes** controls if raw opcodes will be printed. 168 **# bpftool prog dum jited pinned /sys/fs/bpf/prog opcodes**
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | xlated_dumper.h | 61 bool opcodes); 63 bool opcodes);
|
D | xlated_dumper.c | 237 bool opcodes) in dump_xlated_json() argument 261 if (opcodes) { in dump_xlated_json() 292 bool opcodes) in dump_xlated_plain() argument 315 if (opcodes) { in dump_xlated_plain()
|
D | jit_disasm.c | 79 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 157 if (opcodes) { in disasm_print_insn()
|
D | prog.c | 437 bool opcodes = false; in do_dump() local 475 opcodes = true; in do_dump() 633 disasm_print_insn(img, lens[i], opcodes, name); in do_dump() 645 disasm_print_insn(buf, *member_len, opcodes, name); in do_dump() 658 dump_xlated_json(&dd, buf, *member_len, opcodes); in do_dump() 660 dump_xlated_plain(&dd, buf, *member_len, opcodes); in do_dump()
|
D | main.h | 144 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes,
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/mtd/spi-nor/ |
D | intel-spi.c | 158 u8 opcodes[8]; member 399 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init() 400 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init() 401 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init() 417 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index() 418 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index()
|
/Linux-v4.19/arch/s390/tools/ |
D | Makefile | 28 ( $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt )
|
/Linux-v4.19/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 194 help|hex|opcodes|visual) 277 COMPREPLY+=( $( compgen -W 'opcodes visual' -- \ 280 COMPREPLY+=( $( compgen -W 'opcodes' -- \
|
/Linux-v4.19/arch/arm/kernel/ |
D | Makefile | 19 obj-y := elf.o entry-common.o irq.o opcodes.o \
|
/Linux-v4.19/Documentation/target/ |
D | tcmu-design.txt | 148 Currently only two opcodes are defined, TCMU_OP_CMD and TCMU_OP_PAD. 178 More opcodes may be added in the future. If userspace encounters an 351 /* Tell the kernel we didn't handle unknown opcodes */
|
/Linux-v4.19/Documentation/acpi/ |
D | ssdt-overlays.txt | 59 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
|
/Linux-v4.19/include/net/bluetooth/ |
D | mgmt.h | 73 __le16 opcodes[0]; member
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-pin-error-inj.rst | 93 Most error injection commands can be executed for specific CEC opcodes or for 94 all opcodes (``any``). Each command also has a 'mode' which can be ``off``
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 32 'hypercall-instructions'. This property contains at most 4 opcodes that make
|
/Linux-v4.19/Documentation/sparc/oradax/ |
D | oracle-dax.txt | 8 transport mechanism and has limited knowledge of the various opcodes 228 command opcodes, parameters, flags, etc., and the rest are addresses
|
/Linux-v4.19/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 519 Issuing option `-o` will "annotate" opcodes to resulting assembler
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace-design.rst | 359 runtime patching. You'll need a little knowledge of your arch's opcodes in
|
/Linux-v4.19/crypto/ |
D | Kconfig | 1145 Use SPARC64 crypto opcodes for AES algorithm. 1392 optimized using SPARC64 crypto opcodes.
|
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 328 __le16 *opcode = rp->opcodes; in read_commands() 336 __le16 *opcode = rp->opcodes; in read_commands()
|