/linux/drivers/infiniband/hw/hfi1/ |
A D | fault.c | 139 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 149 clear_bit(i, fault->opcodes); in fault_opcodes_write() 151 set_bit(i, fault->opcodes); in fault_opcodes_write() 172 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() 180 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 191 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read() 238 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs() 239 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs() 285 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault() 286 (sizeof(ibd->fault->opcodes) * in __hfi1_should_fault() [all …]
|
A D | fault.h | 29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_allowlist.c | 75 const u32 *opcodes; member 82 .opcodes = list, \ 118 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() argument 123 set_bit(opcodes[i], vf->opcodes_allowlist); in ice_vc_allowlist_opcodes() 169 ice_vc_allowlist_opcodes(vf, allowlist_opcodes[i].opcodes, in ice_vc_set_caps_allowlist()
|
/linux/arch/x86/kernel/ |
A D | dumpstack.c | 124 u8 opcodes[OPCODE_BUFSIZE]; in show_opcodes() local 127 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes() 130 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes() 131 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1); in show_opcodes()
|
/linux/tools/bpf/ |
A 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/tools/bpf/bpftool/ |
A D | xlated_dumper.h | 33 bool opcodes, bool linum); 35 bool opcodes, bool linum);
|
A D | xlated_dumper.c | 212 bool opcodes, bool linum) in dump_xlated_json() argument 266 if (opcodes) { in dump_xlated_json() 297 bool opcodes, bool linum) in dump_xlated_plain() argument 348 if (opcodes) { in dump_xlated_plain()
|
A D | jit_disasm.c | 76 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 176 if (opcodes) { in disasm_print_insn()
|
A D | main.h | 177 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, 186 void disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
|
A D | prog.c | 632 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument 757 disasm_print_insn(img, lens[i], opcodes, in prog_dump() 773 disasm_print_insn(buf, member_len, opcodes, name, in prog_dump() 791 dump_xlated_json(&dd, buf, member_len, opcodes, in prog_dump() 794 dump_xlated_plain(&dd, buf, member_len, opcodes, in prog_dump() 808 bool opcodes = false; in do_dump() local 855 opcodes = true; in do_dump() 903 err = prog_dump(&info_linear->info, mode, filepath, opcodes, in do_dump()
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-prog.rst | 27 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}] 28 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}] 86 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }] 89 output in human-readable format. In this case, **opcodes** 90 controls if raw opcodes should be printed as well. 108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }] 115 **opcodes** controls if raw opcodes will be printed. 310 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
|
/linux/Documentation/driver-api/mtd/ |
A 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/drivers/mtd/spi-nor/controllers/ |
A D | intel-spi.c | 158 u8 opcodes[8]; member 415 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init() 416 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init() 417 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init() 433 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index() 434 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index()
|
/linux/arch/s390/tools/ |
A D | Makefile | 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
/linux/arch/arm/kernel/ |
A D | Makefile | 19 obj-y := elf.o entry-common.o irq.o opcodes.o \
|
/linux/drivers/cxl/ |
A D | Kconfig | 40 time the number of opcodes that the specification defines and a device
|
/linux/Documentation/target/ |
A 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/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 271 help|hex|opcodes|visual|linum) 371 COMPREPLY+=( $( compgen -W 'opcodes visual linum' -- \ 374 COMPREPLY+=( $( compgen -W 'opcodes linum' -- \
|
/linux/Documentation/admin-guide/acpi/ |
A D | ssdt-overlays.rst | 63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
|
/linux/Documentation/userspace-api/media/cec/ |
A D | cec-pin-error-inj.rst | 95 Most error injection commands can be executed for specific CEC opcodes or for 96 all opcodes (``any``). Each command also has a 'mode' which can be ``off``
|
/linux/Documentation/sparc/oradax/ |
A 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/Documentation/virt/kvm/ |
A D | ppc-pv.rst | 35 'hypercall-instructions'. This property contains at most 4 opcodes that make
|
/linux/include/net/bluetooth/ |
A D | mgmt.h | 79 __le16 opcodes[]; member
|
/linux/Documentation/networking/ |
A D | filter.rst | 183 less readable opcodes directly, principles are the same). The syntax is 197 A program, that is translated by bpf_asm into "opcodes" is an array that 211 opcodes as defined in linux/filter.h stand for: 371 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf 563 Issuing option `-o` will "annotate" opcodes to resulting assembler
|
/linux/Documentation/trace/ |
A D | ftrace-design.rst | 351 runtime patching. You'll need a little knowledge of your arch's opcodes in
|