/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 138 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 …]
|
H A D | fault.h | 29 unsigned long opcodes[(1U << BITS_PER_BYTE) / BITS_PER_LONG]; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 13 opcodes/ppc-opc.c | 4 +--- 16 diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c 18 --- a/opcodes/ppc-opc.c 19 +++ b/opcodes/ppc-opc.c
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_allowlist.c | 87 const u32 *opcodes; member 94 .opcodes = list, \ 132 ice_vc_allowlist_opcodes(struct ice_vf *vf, const u32 *opcodes, size_t size) in ice_vc_allowlist_opcodes() argument 137 set_bit(opcodes[i], vf->opcodes_allowlist); in ice_vc_allowlist_opcodes() 183 ice_vc_allowlist_opcodes(vf, allowlist_opcodes[i].opcodes, in ice_vc_set_caps_allowlist()
|
/openbmc/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 | 385 bool opcodes, bool linum) in draw_bb_node() argument 406 opcodes, linum); in draw_bb_node() 434 bool opcodes, bool linum) in func_output_bb_def() argument 439 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def() 460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument 468 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump() 476 bool opcodes, bool linum) in dump_xlated_cfg() argument 485 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() 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);
|
H A D | main.h | 177 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 D | jit_disasm.c | 319 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn() argument 375 if (opcodes) { in disasm_print_insn()
|
H A D | prog.c | 698 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() 853 dump_xlated_json(&dd, buf, member_len, opcodes, linum); in prog_dump() 855 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum); in prog_dump() 857 dump_xlated_plain(&dd, buf, member_len, opcodes, linum); in prog_dump() 876 bool opcodes = false; in do_dump() local 923 opcodes = true; in do_dump() 942 if (filepath && (opcodes || visual || linum)) { in do_dump() 982 err = prog_dump(&info, mode, filepath, opcodes, visual, linum); in do_dump()
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 710 return intisa->opcodes[opc].name; in xtensa_opcode_name() 768 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_opcode_num_operands() 779 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_opcode_num_stateOperands() 790 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_opcode_num_interfaceOperands() 800 return intisa->opcodes[opc].num_funcUnit_uses; in xtensa_opcode_num_funcUnit_uses() 843 iclass_id = intisa->opcodes[opc].iclass_id; in get_operand() 872 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_operand_is_visible() 899 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_operand_inout() 1254 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_stateOperand_state() 1268 iclass_id = intisa->opcodes[opc].iclass_id; in xtensa_stateOperand_inout() [all …]
|
H A D | helper.c | 94 unsigned opcodes; in init_libisa() local 101 opcodes = xtensa_isa_num_opcodes(config->isa); in init_libisa() 104 config->opcode_ops = g_new(XtensaOpcodeOps *, opcodes); in init_libisa() 110 for (i = 0; i < opcodes; ++i) { in init_libisa()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | dumpstack.c | 118 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()
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_jit_disasm.c | 53 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()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | patch-scs.c | 126 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()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0001-Add-stub-capsule-update-service-components.patch | 24 protocols/service/capsule_update/opcodes.h | 17 +++ 32 create mode 100644 protocols/service/capsule_update/opcodes.h 326 +#include <protocols/service/capsule_update/opcodes.h> 330 diff --git a/protocols/service/capsule_update/opcodes.h b/protocols/service/capsule_update/opcodes.h 334 +++ b/protocols/service/capsule_update/opcodes.h
|
/openbmc/qemu/tcg/tci/ |
H A D | README | 28 The bytecode consists of opcodes (with only a few exceptions, with 56 registers or additional opcodes (it is easy to modify the virtual machine). 114 * Some TCG opcodes are either missing in the code generator and/or 115 in the interpreter. These opcodes raise a runtime exception, so it is
|
/openbmc/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 output in human-readable format. In this case, **opcodes** 95 controls if raw opcodes should be printed as well. 112 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }] 119 **opcodes** controls if raw opcodes will be printed. 327 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H 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
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 39 } opcodes[] = { variable 109 (void) fprintf(fp, "%s", opcodes[p[i]].name); in print_character_set() 126 (void) fprintf(fp, "%3d %s ", pc, opcodes[op].name); in slre_dump() 128 for (i = 0; opcodes[op].flags[i] != '\0'; i++) in slre_dump() 129 switch (opcodes[op].flags[i]) { in slre_dump()
|
/openbmc/linux/arch/s390/tools/ |
H A D | Makefile | 21 $(obj)/gen_opcode_table < $(srctree)/arch/$(ARCH)/tools/opcodes.txt
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/ |
H A D | 20150704-CVE-2015-3239_dwarf_i.h.patch | 4 libunwind 1.1 allows local users to have unspecified impact via invalid dwarf opcodes.
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 172 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-cross-canadian.inc | 39 # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the
|