| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | fault.c | 135 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write() 145 clear_bit(i, fault->opcodes); in fault_opcodes_write() 147 set_bit(i, fault->opcodes); in fault_opcodes_write() 167 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read() 172 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read() 174 zero = find_next_zero_bit(fault->opcodes, bitsize, bit); in fault_opcodes_read() 183 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read() 227 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs() 228 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs() 274 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault() [all …]
|
| H A D | fault.h | 29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 35 bool opcodes, bool linum); 37 bool opcodes, bool linum); 40 bool opcodes, bool linum);
|
| H A D | cfg.c | 386 bool opcodes, bool linum) in draw_bb_node() argument 407 opcodes, linum); in draw_bb_node() 435 bool opcodes, bool linum) in func_output_bb_def() argument 440 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def() 461 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument 469 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump() 477 bool opcodes, bool linum) in dump_xlated_cfg() argument 486 cfg_dump(&cfg, dd, opcodes, linum); in dump_xlated_cfg()
|
| H A D | xlated_dumper.c | 219 bool opcodes, bool linum) in dump_xlated_json() argument 273 if (opcodes) { in dump_xlated_json() 274 jsonw_name(json_wtr, "opcodes"); in dump_xlated_json() 304 bool opcodes, bool linum) in dump_xlated_plain() argument 355 if (opcodes) { in dump_xlated_plain() 369 bool opcodes, bool linum) in dump_xlated_for_graph() argument 421 if (opcodes) { in dump_xlated_for_graph()
|
| H A D | cfg.h | 10 bool opcodes, bool linum);
|
| /linux/tools/bpf/ |
| H A D | bpf_jit_disasm.c | 55 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument 95 if (opcodes) { in get_asm_insns() 268 unsigned int len, klen, opt, opcodes = 0; in main() local 279 opcodes = 1; in main() 307 get_asm_insns(image, len, opcodes); in main()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | patch-scs.c | 138 u8 opcodes[]; member 154 int size = frame->size - offsetof(struct eh_frame, opcodes) + 4; in scs_handle_fde_frame() 156 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame()
|
| /linux/io_uring/ |
| H A D | query.c | 10 struct io_uring_query_opcode opcodes; member 20 struct io_uring_query_opcode *e = &data->opcodes; in io_query_ops()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*… 32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }] 91 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }] 94 format. In this case, **opcodes** controls if raw opcodes should be printed 112 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }] 119 **opcodes** controls if raw opcodes will be printed. 330 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
|
| /linux/drivers/spi/ |
| H A D | spi-intel.c | 177 u8 opcodes[8]; member 351 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index() 352 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index() 777 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) { in intel_spi_supports_mem_op() 778 if (ispi->opcodes[i] == op->cmd.opcode) in intel_spi_supports_mem_op() 1185 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init() 1186 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init() 1187 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init()
|
| /linux/arch/s390/tools/ |
| H A D | Makefile | 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
| /linux/arch/arm/kernel/ |
| H A D | Makefile | 20 obj-y := elf.o entry-common.o irq.o opcodes.o \
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 190 less readable opcodes directly, principles are the same). The syntax is 204 A program, that is translated by bpf_asm into "opcodes" is an array that 218 opcodes as defined in linux/filter.h stand for: 378 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf 570 Issuing option `-o` will "annotate" opcodes to resulting assembler
|
| /linux/Documentation/target/ |
| H 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/Documentation/driver-api/mtd/ |
| H A D | spi-nor.rst | 123 opcodes
|
| /linux/Documentation/hid/ |
| H A D | intel-thc-hid.rst | 228 When THC is configured to SPI mode, opcodes are used for determining the read/write IO mode. 247 When THC is working in I2C mode, opcodes are used to tell THC what's the next PIO type: 251 Here are the THC pre-defined opcodes for I2C mode: 269 off the sequencing cycle. THC uses different PIO opcodes to distinguish different PIO
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | ssdt-overlays.rst | 63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
|
| /linux/Documentation/arch/x86/ |
| H A D | shstk.rst | 21 as marked by the compiler with 'ENDBR' opcodes. Not all CPU's have both Shadow
|
| /linux/Documentation/arch/sparc/oradax/ |
| H 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/ |
| H A D | ppc-pv.rst | 35 'hypercall-instructions'. This property contains at most 4 opcodes that make
|
| /linux/drivers/cxl/ |
| H A D | Kconfig | 47 time the number of opcodes that the specification defines and a device
|
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 84 __le16 opcodes[]; member
|
| /linux/Documentation/trace/ |
| H A D | ftrace-design.rst | 335 runtime patching. You'll need a little knowledge of your arch's opcodes in
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 407 __le16 *opcode = rp->opcodes; in read_commands() 415 __le16 *opcode = rp->opcodes; in read_commands()
|