/linux/sound/pci/cs46xx/ |
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 …]
|
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 …]
|
A D | cs46xx_lib.c | 1354 if (ins->pcm_channels[i].active && in snd_cs46xx_interrupt() 1355 ins->pcm_channels[i].private_data && in snd_cs46xx_interrupt() 1356 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt() 1364 if (ins->pcm_channels[i].active && in snd_cs46xx_interrupt() 1365 ins->pcm_channels[i].private_data && in snd_cs46xx_interrupt() 1366 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt() 2020 if (ins->adc_input != NULL) in snd_cs46xx_adc_capture_get() 2051 if (ins->pcm_input != NULL) in snd_cs46xx_pcm_capture_get() 2161 ins->spdif_csuv_default = val; in snd_cs46xx_spdif_default_put() 2213 change = ins->spdif_csuv_stream != val; in snd_cs46xx_spdif_stream_put() [all …]
|
/linux/drivers/misc/sgi-gru/ |
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 …]
|
/linux/tools/perf/util/ |
A D | bpf-prologue.c | 103 #define ins(i, p) append_insn((i), (p)) macro 150 ins(BPF_MOV64_REG(BPF_REG_ARG3, src_base_addr_reg), pos); in gen_read_mem() 153 ins(BPF_ALU64_IMM(BPF_ADD, BPF_REG_ARG3, offset), pos); in gen_read_mem() 160 ins(BPF_MOV64_REG(BPF_REG_ARG1, dst_addr_reg), pos); in gen_read_mem() 163 ins(BPF_EMIT_CALL(probeid), pos); in gen_read_mem() 266 ins(BPF_MOV64_REG(BPF_REG_7, BPF_REG_FP), pos); in gen_prologue_slowpath() 276 ins(BPF_STX_MEM(BPF_DW, BPF_REG_FP, BPF_REG_ARG3, in gen_prologue_slowpath() 302 ins(BPF_LDX_MEM(BPF_DW, BPF_REG_ARG3, in gen_prologue_slowpath() 448 ins(BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1), &pos); in bpf__gen_prologue() 467 ins(BPF_ALU64_IMM(BPF_MOV, in bpf__gen_prologue() [all …]
|
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… 154 struct ins ins; member
|
A D | annotate.c | 130 struct ins *ins; in arch__associate_ins_ops() local 321 bool ins__is_call(const struct ins *ins) in ins__is_call() argument 462 bool ins__is_jump(const struct ins *ins) in ins__is_jump() argument 534 struct ins *ins = &ops->locked.ins; in lock__delete() local 536 if (ins->ops && ins->ops->free) in lock__delete() 666 bool ins__is_ret(const struct ins *ins) in ins__is_ret() argument 671 bool ins__is_lock(const struct ins *ins) in ins__is_lock() argument 678 const struct ins *ins = insp; in ins__key_cmp() local 700 struct ins *ins; in __ins__find() local 709 return ins ? ins->ops : NULL; in __ins__find() [all …]
|
/linux/arch/sparc/kernel/ |
A D | process_64.c | 127 r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3], in show_regwindow32() 128 r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]); in show_regwindow32() 166 rwk->ins[0], rwk->ins[1], rwk->ins[2], rwk->ins[3]); in show_regwindow() 168 rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]); in show_regwindow() 170 printk("I7: <%pS>\n", (void *) rwk->ins[7]); in show_regwindow() 220 rp->i7 = rw->ins[7]; in __global_reg_self() 222 (rw->ins[6] + STACK_BIAS); in __global_reg_self() 224 rp->rpc = rw->ins[7]; in __global_reg_self() 466 &(((struct reg_window __user *)rval)->ins[6]))) in clone_stackframe() 682 pc = rw->ins[7]; in __get_wchan() [all …]
|
A D | process_32.c | 138 rw->ins[0], rw->ins[1], rw->ins[2], rw->ins[3], in show_regs() 139 rw->ins[4], rw->ins[5], rw->ins[6], rw->ins[7]); in show_regs() 167 pc = rw->ins[7]; in show_stack() 170 fp = rw->ins[6]; in show_stack() 383 pc = rw->ins[7]; 388 fp = rw->ins[6] + bias;
|
/linux/arch/x86/include/asm/ |
A D | bug.h | 25 #define _BUG_FLAGS(ins, flags) \ argument 27 asm_inline volatile("1:\t" ins "\n" \ 42 #define _BUG_FLAGS(ins, flags) \ argument 44 asm_inline volatile("1:\t" ins "\n" \ 58 #define _BUG_FLAGS(ins, flags) asm volatile(ins) argument
|
/linux/arch/arm/mm/ |
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 …]
|
/linux/arch/sparc/include/uapi/asm/ |
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
|
/linux/fs/ocfs2/ |
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 …]
|
/linux/drivers/staging/rts5208/ |
A D | spi.c | 558 u8 ins, slow_read; in spi_read_flash() local 565 ins = srb->cmnd[3]; in spi_read_flash() 650 u8 ins, program_mode; in spi_write_flash() local 658 ins = srb->cmnd[3]; in spi_write_flash() 691 sf_program(chip, ins, 1, addr, 1); in spi_write_flash() 738 sf_program(chip, ins, 0, 0, 1); in spi_write_flash() 825 u8 ins, erase_mode; in spi_erase_flash() local 830 ins = srb->cmnd[3]; in spi_erase_flash() 854 retval = sf_erase(chip, ins, 0, 0); in spi_erase_flash() 868 u8 ins, status, ewsr; in spi_write_flash_status() local [all …]
|
/linux/sound/pci/oxygen/ |
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 …]
|
/linux/fs/btrfs/ |
A D | ulist.c | 144 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert() argument 154 if (cur->val < ins->val) in ulist_rbtree_insert() 156 else if (cur->val > ins->val) in ulist_rbtree_insert() 161 rb_link_node(&ins->rb_node, parent, p); in ulist_rbtree_insert() 162 rb_insert_color(&ins->rb_node, &ulist->root); in ulist_rbtree_insert()
|
A D | extent-tree.c | 1514 struct btrfs_key ins; in run_delayed_data_ref() local 3985 if (ins->objectid) { in find_free_extent_update_loop() 4222 ins->objectid = 0; in find_free_extent() 4223 ins->offset = 0; in find_free_extent() 4593 ins, size); in alloc_reserved_file_extent() 4626 ret = remove_from_free_space_tree(trans, ins->objectid, ins->offset); in alloc_reserved_file_extent() 4633 ins->objectid, ins->offset); in alloc_reserved_file_extent() 4741 ins->objectid, ins->offset, 0); in btrfs_alloc_reserved_file_extent() 4789 btrfs_pin_extent(trans, ins->objectid, ins->offset, 1); in btrfs_alloc_logged_file_extent() 4934 ins.objectid, ins.offset, parent); in btrfs_alloc_tree_block() [all …]
|
/linux/fs/ntfs/ |
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()
|
/linux/tools/perf/scripts/python/ |
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))
|
/linux/sound/drivers/ |
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 …]
|
/linux/drivers/acpi/apei/ |
A D | apei-base.c | 203 u8 ins; in apei_exec_for_each_entry() local 210 ins = entry->instruction; in apei_exec_for_each_entry() 213 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry() 216 ins); in apei_exec_for_each_entry() 231 u8 ins = entry->instruction; in pre_map_gar_callback() local 233 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback() 264 u8 ins = entry->instruction; in post_unmap_gar_callback() local 266 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback() 719 u8 ins = entry->instruction; in collect_res_callback() local 724 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
|
/linux/drivers/hwtracing/coresight/ |
A D | coresight-sysfs.c | 148 char *outs = NULL, *ins = NULL; in coresight_make_links() local 156 ins = devm_kasprintf(&target->dev, GFP_KERNEL, in coresight_make_links() 158 if (!ins) in coresight_make_links() 169 link->target_name = ins; in coresight_make_links()
|
/linux/arch/x86/lib/ |
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
|
/linux/drivers/media/platform/sti/bdisp/ |
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()
|
/linux/arch/riscv/include/asm/ |
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))
|