Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
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()
237 bitmap_zero(ibd->fault->opcodes, in hfi1_fault_init_debugfs()
238 sizeof(ibd->fault->opcodes) * BITS_PER_BYTE); in hfi1_fault_init_debugfs()
284 if (bitmap_empty(ibd->fault->opcodes, in __hfi1_should_fault()
285 (sizeof(ibd->fault->opcodes) * in __hfi1_should_fault()
[all …]
A Dfault.h29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_virtchnl_allowlist.c89 const u32 *opcodes; member
96 .opcodes = list, \
134 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() argument
139 set_bit(opcodes[i], vf->opcodes_allowlist); in ice_vc_allowlist_opcodes()
185 ice_vc_allowlist_opcodes(vf, allowlist_opcodes[i].opcodes, in ice_vc_set_caps_allowlist()
/linux-6.3-rc2/arch/x86/kernel/
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.3-rc2/tools/bpf/
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.3-rc2/tools/bpf/bpftool/
A Dxlated_dumper.h33 bool opcodes, bool linum);
35 bool opcodes, bool linum);
A Dxlated_dumper.c215 bool opcodes, bool linum) in dump_xlated_json() argument
269 if (opcodes) { in dump_xlated_json()
300 bool opcodes, bool linum) in dump_xlated_plain() argument
351 if (opcodes) { in dump_xlated_plain()
A Dmain.h176 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes,
185 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
A Djit_disasm.c319 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument
375 if (opcodes) { in disasm_print_insn()
A Dprog.c698 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument
821 if (disasm_print_insn(img, lens[i], opcodes, in prog_dump()
838 if (disasm_print_insn(buf, member_len, opcodes, name, in prog_dump()
858 dump_xlated_json(&dd, buf, member_len, opcodes, in prog_dump()
861 dump_xlated_plain(&dd, buf, member_len, opcodes, in prog_dump()
881 bool opcodes = false; in do_dump() local
927 opcodes = true; in do_dump()
978 err = prog_dump(&info, mode, filepath, opcodes, visual, linum); in do_dump()
/linux-6.3-rc2/arch/arm64/kernel/
A Dpatch-scs.c126 u8 opcodes[]; member
136 int size = frame->size - offsetof(struct eh_frame, opcodes) + 4; in scs_handle_fde_frame()
138 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame()
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst31 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
32 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
91 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
94 output in human-readable format. In this case, **opcodes**
95 controls if raw opcodes should be printed as well.
113 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
120 **opcodes** controls if raw opcodes will be printed.
326 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
/linux-6.3-rc2/Documentation/driver-api/mtd/
A Dspi-nor.rst15 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-6.3-rc2/drivers/spi/
A Dspi-intel.c172 u8 opcodes[8]; member
341 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) in intel_spi_opcode_index()
342 if (ispi->opcodes[i] == opcode) in intel_spi_opcode_index()
767 for (i = 0; i < ARRAY_SIZE(ispi->opcodes); i++) { in intel_spi_supports_mem_op()
768 if (ispi->opcodes[i] == op->cmd.opcode) in intel_spi_supports_mem_op()
1172 for (i = 0; i < ARRAY_SIZE(ispi->opcodes) / 2; i++) { in intel_spi_init()
1173 ispi->opcodes[i] = opmenu0 >> i * 8; in intel_spi_init()
1174 ispi->opcodes[i + 4] = opmenu1 >> i * 8; in intel_spi_init()
/linux-6.3-rc2/arch/s390/tools/
A DMakefile21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
/linux-6.3-rc2/arch/arm/kernel/
A DMakefile20 obj-y := elf.o entry-common.o irq.o opcodes.o \
/linux-6.3-rc2/Documentation/networking/
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.3-rc2/Documentation/target/
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.3-rc2/tools/bpf/bpftool/bash-completion/
A Dbpftool271 help|hex|opcodes|visual|linum)
371 COMPREPLY+=( $( compgen -W 'opcodes visual linum' -- \
374 COMPREPLY+=( $( compgen -W 'opcodes linum' -- \
/linux-6.3-rc2/drivers/cxl/
A DKconfig42 time the number of opcodes that the specification defines and a device
/linux-6.3-rc2/Documentation/admin-guide/acpi/
A Dssdt-overlays.rst63 AML Output: minnowmax.aml - 165 bytes, 6 named objects, 1 executable opcodes
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-pin-error-inj.rst97 Most error injection commands can be executed for specific CEC opcodes or for
98 all opcodes (``any``). Each command also has a 'mode' which can be ``off``
/linux-6.3-rc2/Documentation/virt/kvm/
A Dppc-pv.rst35 'hypercall-instructions'. This property contains at most 4 opcodes that make
/linux-6.3-rc2/Documentation/sparc/oradax/
A Doracle-dax.rst9 transport mechanism and has limited knowledge of the various opcodes
235 command opcodes, parameters, flags, etc., and the rest are addresses
/linux-6.3-rc2/include/net/bluetooth/
A Dmgmt.h79 __le16 opcodes[]; member

Completed in 42 milliseconds

12