/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 365 ins->nelem = 1; in gru_vload_phys() 377 ins->nelem = 1; in gru_vstore_phys() 390 ins->nelem = nelem; in gru_vload() 403 ins->nelem = nelem; in gru_vstore() 416 ins->nelem = nelem; in gru_ivload() 429 ins->nelem = nelem; in gru_ivstore() 443 ins->nelem = nelem; in gru_vset() 457 ins->nelem = nelem; in gru_ivset() 471 ins->nelem = nelem; in gru_vflush() 493 ins->nelem = nelem; in gru_bcopy() [all …]
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 104 ins->code.data[ins->code.size++] = loval; in shadow_and_reallocate_code() 105 ins->code.data[ins->code.size++] = hival; in shadow_and_reallocate_code() 237 if (!ins->symbol_table.symbols || !ins->code.data || !ins->modules) { in cs46xx_dsp_spos_create() 268 return ins; in cs46xx_dsp_spos_create() 438 ins->modules[ins->nmodules] = *module; in cs46xx_dsp_load_module() 851 if (!ins) in cs46xx_dsp_proc_done() 956 strcpy(ins->tasks[ins->ntask].task_name, name); in _map_task_tree() 959 ins->tasks[ins->ntask].address = dest; in _map_task_tree() 960 ins->tasks[ins->ntask].size = size; in _map_task_tree() 963 ins->tasks[ins->ntask].index = ins->ntask; in _map_task_tree() [all …]
|
H A D | dsp_spos_scb_lib.c | 50 if (ins->symbol_table.highest_frag_index > ins->symbol_table.nsymbols) { in remove_symbol() 51 ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols; in remove_symbol() 198 ins->nscb --; in cs46xx_dsp_remove_scb() 201 if (ins->scb_highest_frag_index > ins->nscb) { in cs46xx_dsp_remove_scb() 202 ins->scb_highest_frag_index = ins->nscb; in cs46xx_dsp_remove_scb() 240 if (ins->snd_card != NULL && ins->proc_dsp_dir != NULL && in cs46xx_dsp_proc_register_scb_desc() 280 (ins->the_null_scb->address << 0x10) | ins->the_null_scb->address; in _dsp_create_generic_scb() 649 0xffff - ins->dac_volume_right,0xffff - ins->dac_volume_left, in cs46xx_dsp_create_src_task_scb() 650 0xffff - ins->dac_volume_right,0xffff - ins->dac_volume_left in cs46xx_dsp_create_src_task_scb() 1568 if (ins->record_mixer_scb->sub_list_ptr != ins->the_null_scb) { in cs46xx_add_record_source() [all …]
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 153 struct insn ins; in arch_decode_instruction() local 174 insn->len = ins.length; in arch_decode_instruction() 177 if (ins.vex_prefix.nbytes) in arch_decode_instruction() 182 op1 = ins.opcode.bytes[0]; in arch_decode_instruction() 183 op2 = ins.opcode.bytes[1]; in arch_decode_instruction() 184 op3 = ins.opcode.bytes[2]; in arch_decode_instruction() 194 if (ins.modrm.nbytes) { in arch_decode_instruction() 201 if (ins.sib.nbytes) { in arch_decode_instruction() 202 sib = ins.sib.bytes[0]; in arch_decode_instruction() 280 imm = ins.immediate.value; in arch_decode_instruction() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | process_64.c | 123 r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3], in show_regwindow32() 124 r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]); in show_regwindow32() 157 rwk->ins[0], rwk->ins[1], rwk->ins[2], rwk->ins[3]); in show_regwindow() 159 rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]); in show_regwindow() 161 printk("I7: <%pS>\n", (void *) rwk->ins[7]); in show_regwindow() 211 rp->i7 = rw->ins[7]; in __global_reg_self() 213 (rw->ins[6] + STACK_BIAS); in __global_reg_self() 215 rp->rpc = rw->ins[7]; in __global_reg_self() 457 &(((struct reg_window __user *)rval)->ins[6]))) in clone_stackframe() 673 pc = rw->ins[7]; in __get_wchan() [all …]
|
H A D | process_32.c | 137 rw->ins[0], rw->ins[1], rw->ins[2], rw->ins[3], in show_regs() 138 rw->ins[4], rw->ins[5], rw->ins[6], rw->ins[7]); in show_regs() 166 pc = rw->ins[7]; in show_stack() 169 fp = rw->ins[6]; in show_stack() 382 pc = rw->ins[7]; 387 fp = rw->ins[6] + bias;
|
/openbmc/linux/tools/perf/util/ |
H A D | annotate.h | 27 struct ins { struct 52 struct ins ins; member 63 int (*scnprintf)(struct ins *ins, char *bf, size_t size, 67 bool ins__is_jump(const struct ins *ins); 68 bool ins__is_call(const struct ins *ins); 69 bool ins__is_ret(const struct ins *ins); 70 bool ins__is_lock(const struct ins *ins); 71 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_na… 159 struct ins ins; member
|
H A D | annotate.c | 132 struct ins *ins; in arch__associate_ins_ops() local 332 bool ins__is_call(const struct ins *ins) in ins__is_call() argument 473 bool ins__is_jump(const struct ins *ins) in ins__is_jump() argument 545 struct ins *ins = &ops->locked.ins; in lock__delete() local 547 if (ins->ops && ins->ops->free) in lock__delete() 690 bool ins__is_ret(const struct ins *ins) in ins__is_ret() argument 695 bool ins__is_lock(const struct ins *ins) in ins__is_lock() argument 702 const struct ins *ins = insp; in ins__key_cmp() local 724 struct ins *ins; in __ins__find() local 753 return ins ? ins->ops : NULL; in __ins__find() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | bug.h | 38 #define _BUG_FLAGS(ins, flags, extra) \ argument 40 asm_inline volatile("1:\t" ins "\n" \ 56 #define _BUG_FLAGS(ins, flags, extra) \ argument 58 asm_inline volatile("1:\t" ins "\n" \ 73 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) argument
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap/ |
H A D | 0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch | 13 TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/git/plug-ins/sslstri… 20 plug-ins/sslstrip/sslstrip.c | 2 +- 23 diff --git a/plug-ins/sslstrip/sslstrip.c b/plug-ins/sslstrip/sslstrip.c 25 --- a/plug-ins/sslstrip/sslstrip.c 26 +++ b/plug-ins/sslstrip/sslstrip.c
|
/openbmc/linux/arch/arm/mm/ |
H A D | alignment.c | 198 ARM( "1: "ins" %1, [%2], #1\n" ) \ 199 THUMB( "1: "ins" %1, [%2]\n" ) \ 256 ARM( "1: "ins" %1, [%2], #1\n" ) \ 257 THUMB( "1: "ins" %1, [%2]\n" ) \ 260 "2: "ins" %1, [%2]\n" \ 288 ARM( "1: "ins" %1, [%2], #1\n" ) \ 289 THUMB( "1: "ins" %1, [%2]\n" ) \ 292 ARM( "2: "ins" %1, [%2], #1\n" ) \ 293 THUMB( "2: "ins" %1, [%2]\n" ) \ 297 THUMB( "3: "ins" %1, [%2]\n" ) \ [all …]
|
/openbmc/linux/tools/objtool/arch/powerpc/ |
H A D | decode.c | 49 u32 ins; in arch_decode_instruction() local 51 ins = bswap_if_needed(file->elf, *(u32 *)(sec->data->d_buf + offset)); in arch_decode_instruction() 52 opcode = ins >> 26; in arch_decode_instruction() 58 if ((ins & 3) == 1) /* bl */ in arch_decode_instruction() 61 imm = ins & 0x3fffffc; in arch_decode_instruction()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ptrace.h | 54 unsigned long ins[8]; member 60 unsigned int ins[8]; member 66 unsigned long ins[6]; member 77 unsigned int ins[6]; member 87 unsigned long ins[8]; member 115 unsigned long ins[8]; member 121 unsigned long ins[6]; member
|
/openbmc/linux/fs/ocfs2/ |
H A D | extent_map.c | 178 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 179 emi->ei_clusters += ins->ei_clusters; in ocfs2_try_to_merge_extent_map() 181 } else if ((ins->ei_phys + ins->ei_clusters) == emi->ei_phys && in ocfs2_try_to_merge_extent_map() 182 (ins->ei_cpos + ins->ei_clusters) == emi->ei_cpos && in ocfs2_try_to_merge_extent_map() 183 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 184 emi->ei_phys = ins->ei_phys; in ocfs2_try_to_merge_extent_map() 185 emi->ei_cpos = ins->ei_cpos; in ocfs2_try_to_merge_extent_map() 197 ocfs2_copy_emi_fields(emi, ins); in ocfs2_try_to_merge_extent_map() 219 struct ocfs2_extent_map_item ins; in ocfs2_extent_map_insert_rec() local 225 ins.ei_flags = rec->e_flags; in ocfs2_extent_map_insert_rec() [all …]
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | spi.c | 556 u8 ins, slow_read; in spi_read_flash() local 563 ins = srb->cmnd[3]; in spi_read_flash() 648 u8 ins, program_mode; in spi_write_flash() local 656 ins = srb->cmnd[3]; in spi_write_flash() 689 sf_program(chip, ins, 1, addr, 1); in spi_write_flash() 736 sf_program(chip, ins, 0, 0, 1); in spi_write_flash() 823 u8 ins, erase_mode; in spi_erase_flash() local 828 ins = srb->cmnd[3]; in spi_erase_flash() 852 retval = sf_erase(chip, ins, 0, 0); in spi_erase_flash() 866 u8 ins, status, ewsr; in spi_write_flash_status() local [all …]
|
/openbmc/linux/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 679 int outs, ins; in oxygen_pcm_init() local 685 if (outs | ins) { in oxygen_pcm_init() 687 0, outs, ins, &pcm); in oxygen_pcm_init() 707 if (ins) in oxygen_pcm_init() 716 ins = !!(chip->model.device_config & CAPTURE_1_FROM_SPDIF); in oxygen_pcm_init() 717 if (outs | ins) { in oxygen_pcm_init() 724 if (ins) in oxygen_pcm_init() 742 if (outs | ins) { in oxygen_pcm_init() 744 2, outs, ins, &pcm); in oxygen_pcm_init() 754 if (ins) in oxygen_pcm_init() [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | stat-cpi.py | 57 ins = get(time, "instructions", cpu, thread) 60 if ins != 0: 61 cpi = cyc/float(ins) 63 …15f: cpu %d, thread %d -> cpi %f (%d/%d)" % (time/(float(1000000000)), cpu, thread, cpi, cyc, ins))
|
/openbmc/linux/fs/btrfs/ |
H A D | ulist.c | 150 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert() argument 160 if (cur->val < ins->val) in ulist_rbtree_insert() 162 else if (cur->val > ins->val) in ulist_rbtree_insert() 167 rb_link_node(&ins->rb_node, parent, p); in ulist_rbtree_insert() 168 rb_insert_color(&ins->rb_node, &ulist->root); in ulist_rbtree_insert()
|
/openbmc/linux/fs/ntfs/ |
H A D | unistr.c | 245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() argument 254 if (likely(ins)) { in ntfs_nlstoucs() 258 wc_len = nls->char2uni(ins + i, ins_len - i, in ntfs_nlstoucs() 322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls() argument 330 if (ins) { in ntfs_ucstonls() 344 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o, in ntfs_ucstonls()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-sysfs.c | 148 char *outs = NULL, *ins = NULL; in coresight_make_links() local 160 ins = devm_kasprintf(&target->dev, GFP_KERNEL, in coresight_make_links() 162 if (!ins) in coresight_make_links() 173 link->target_name = ins; in coresight_make_links()
|
/openbmc/linux/arch/x86/lib/ |
H A D | atomic64_cx8_32.S | 43 .macro addsub_return func ins insc 58 \ins\()l %esi, %ebx 78 .macro incdec_return func ins insc 86 \ins\()l $1, %ebx
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | apei-base.c | 200 u8 ins; in apei_exec_for_each_entry() local 207 ins = entry->instruction; in apei_exec_for_each_entry() 210 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry() 213 ins); in apei_exec_for_each_entry() 228 u8 ins = entry->instruction; in pre_map_gar_callback() local 230 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback() 261 u8 ins = entry->instruction; in post_unmap_gar_callback() local 263 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback() 716 u8 ins = entry->instruction; in collect_res_callback() local 721 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
|
/openbmc/linux/sound/drivers/ |
H A D | serial-u16550.c | 63 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable 83 module_param_array(ins, int, NULL, 0444); 84 MODULE_PARM_DESC(ins, "Number of MIDI inputs."); 833 int outs, int ins, in snd_uart16550_rmidi() argument 840 outs, ins, &rrawmidi); in snd_uart16550_rmidi() 868 ins[dev] = 1; in snd_serial_probe() 873 ins[dev] = 1; in snd_serial_probe() 877 ins[dev] = 1; in snd_serial_probe() 895 if (ins[dev] < 1 || ins[dev] > SNDRV_SERIAL_MAX_INS) { in snd_serial_probe() 898 SNDRV_SERIAL_MAX_INS, ins[dev]); in snd_serial_probe() [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 101 __io_reads_ins(ins, u8, b, __io_pbr(), __io_par(addr)) 102 __io_reads_ins(ins, u16, w, __io_pbr(), __io_par(addr)) 103 __io_reads_ins(ins, u32, l, __io_pbr(), __io_par(addr)) 126 __io_reads_ins(ins, u64, q, __io_pbr(), __io_par(addr))
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-hw.c | 796 node->ins = BLT_INS_S1_OFF | BLT_INS_S2_MEM | BLT_INS_S3_OFF; in bdisp_hw_build_node() 802 node->ins = BLT_INS_S1_OFF | BLT_INS_S3_MEM; in bdisp_hw_build_node() 804 node->ins |= BLT_INS_S2_CF; in bdisp_hw_build_node() 806 node->ins |= BLT_INS_S2_MEM; in bdisp_hw_build_node() 813 node->ins = BLT_INS_S3_MEM; in bdisp_hw_build_node() 815 node->ins |= BLT_INS_S2_CF | BLT_INS_S1_CF; in bdisp_hw_build_node() 817 node->ins |= BLT_INS_S2_MEM | BLT_INS_S1_MEM; in bdisp_hw_build_node() 822 node->ins |= cfg->cconv ? BLT_INS_IVMX : 0; in bdisp_hw_build_node() 824 node->ins |= (cfg->scale || cfg->src_420 || cfg->dst_420) ? in bdisp_hw_build_node() 924 if (node->ins & BLT_INS_SCALE) { in bdisp_hw_build_node()
|