Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dfault.c138 bitmap_zero(fault->opcodes, sizeof(fault->opcodes) * in fault_opcodes_write()
148 clear_bit(i, fault->opcodes); in fault_opcodes_write()
150 set_bit(i, fault->opcodes); in fault_opcodes_write()
171 size_t bitsize = sizeof(fault->opcodes) * BITS_PER_BYTE; in fault_opcodes_read()
179 bit = find_first_bit(fault->opcodes, bitsize); in fault_opcodes_read()
190 bit = find_next_bit(fault->opcodes, bitsize, zero); in fault_opcodes_read()
236 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
237 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs()
283 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault()
284 (sizeof(ibd->fault->opcodes) * in __hfi1_should_fault()
[all …]
H A Dfault.h29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c99 const u32 *opcodes; member
106 .opcodes = list, \
146 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() argument
151 set_bit(opcodes[i], vf->opcodes_allowlist); in ice_vc_allowlist_opcodes()
197 ice_vc_allowlist_opcodes(vf, allowlist_opcodes[i].opcodes, in ice_vc_set_caps_allowlist()
/linux-6.15/tools/bpf/bpftool/
H A Dxlated_dumper.h35 bool opcodes, bool linum);
37 bool opcodes, bool linum);
40 bool opcodes, bool linum);
H A Dcfg.c386 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 Dxlated_dumper.c219 bool opcodes, bool linum) in dump_xlated_json() argument
273 if (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 Dcfg.h10 bool opcodes, bool linum);
H A Dmain.h177 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes,
186 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
H A Dprog.c702 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument
826 if (disasm_print_insn(img, lens[i], opcodes, in prog_dump()
832 if (disasm_print_insn(img, lens[i], opcodes, in prog_dump()
849 if (disasm_print_insn(buf, member_len, opcodes, name, in prog_dump()
864 dump_xlated_json(&dd, buf, member_len, opcodes, linum); in prog_dump()
866 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum); in prog_dump()
868 dump_xlated_plain(&dd, buf, member_len, opcodes, linum); in prog_dump()
887 bool opcodes = false; in do_dump() local
934 opcodes = true; in do_dump()
953 if (filepath && (opcodes || visual || linum)) { in do_dump()
[all …]
H A Djit_disasm.c337 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
394 if (opcodes) { in disasm_print_insn()
/linux-6.15/arch/x86/kernel/
H A Ddumpstack.c118 u8 opcodes[OPCODE_BUFSIZE]; in show_opcodes() local
121 switch (copy_code(regs, opcodes, prologue, sizeof(opcodes))) { in show_opcodes()
124 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes()
125 opcodes[PROLOGUE_SIZE], opcodes + PROLOGUE_SIZE + 1); in show_opcodes()
/linux-6.15/tools/bpf/
H A Dbpf_jit_disasm.c53 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns() argument
93 if (opcodes) { in get_asm_insns()
266 unsigned int len, klen, opt, opcodes = 0; in main() local
277 opcodes = 1; in main()
305 get_asm_insns(image, len, opcodes); in main()
/linux-6.15/arch/arm64/kernel/pi/
H A Dpatch-scs.c138 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-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
90 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }]
93 format. In this case, **opcodes** controls if raw opcodes should be printed
111 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
118 **opcodes** controls if raw opcodes will be printed.
305 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
/linux-6.15/arch/s390/tools/
H A DMakefile21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/linux-6.15/drivers/spi/
H A Dspi-intel.c176 u8 opcodes[8]; member
345 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index()
346 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index()
771 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) { in intel_spi_supports_mem_op()
772 if (ispi->opcodes[i] == op->cmd.opcode) in intel_spi_supports_mem_op()
1179 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init()
1180 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init()
1181 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-spi-intel13 Intel SPI flash controller locks supported opcodes.
/linux-6.15/arch/arm/kernel/
H A DMakefile20 obj-y := elf.o entry-common.o irq.o opcodes.o \
/linux-6.15/Documentation/networking/
H A Dfilter.rst190 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-6.15/Documentation/target/
H A Dtcmu-design.rst168 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-6.15/Documentation/driver-api/mtd/
H A Dspi-nor.rst123 opcodes
/linux-6.15/Documentation/hid/
H A Dintel-thc-hid.rst200 When THC is configured to SPI mode, opcodes are used for determining the read/write IO mode.
219 When THC is working in I2C mode, opcodes are used to tell THC what's the next PIO type:
223 Here are the THC pre-defined opcodes for I2C mode:
241 off the sequencing cycle. THC uses different PIO opcodes to distinguish different PIO
/linux-6.15/drivers/cxl/
H A DKconfig47 time the number of opcodes that the specification defines and a device
/linux-6.15/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
/linux-6.15/Documentation/arch/x86/
H A Dshstk.rst21 as marked by the compiler with 'ENDBR' opcodes. Not all CPU's have both Shadow

12