/linux-4.1.27/sound/pci/cs46xx/ |
D | dsp_spos.c | 64 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in shadow_and_reallocate_code() local 73 if (ins->code.offset > 0) { in shadow_and_reallocate_code() 93 address += (ins->code.offset / 2) - overlay_begin_address; in shadow_and_reallocate_code() 116 ins->code.data[ins->code.size++] = loval; in shadow_and_reallocate_code() 117 ins->code.data[ins->code.size++] = hival; in shadow_and_reallocate_code() 137 static int find_free_symbol_index (struct dsp_spos_instance * ins) in find_free_symbol_index() argument 139 int index = ins->symbol_table.nsymbols,i; in find_free_symbol_index() 141 for (i = ins->symbol_table.highest_frag_index; i < ins->symbol_table.nsymbols; ++i) { in find_free_symbol_index() 142 if (ins->symbol_table.symbols[i].deleted) { in find_free_symbol_index() 154 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbols() local [all …]
|
D | dsp_spos_scb_lib.c | 46 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in remove_symbol() local 47 int symbol_index = (int)(symbol - ins->symbol_table.symbols); in remove_symbol() 49 if (snd_BUG_ON(ins->symbol_table.nsymbols <= 0)) in remove_symbol() 52 symbol_index >= ins->symbol_table.nsymbols)) in remove_symbol() 55 ins->symbol_table.symbols[symbol_index].deleted = 1; in remove_symbol() 57 if (symbol_index < ins->symbol_table.highest_frag_index) { in remove_symbol() 58 ins->symbol_table.highest_frag_index = symbol_index; in remove_symbol() 61 if (symbol_index == ins->symbol_table.nsymbols - 1) in remove_symbol() 62 ins->symbol_table.nsymbols --; in remove_symbol() 64 if (ins->symbol_table.highest_frag_index > ins->symbol_table.nsymbols) { in remove_symbol() [all …]
|
D | cs46xx_lib.c | 1354 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_interrupt() local 1379 if (ins->pcm_channels[i].active && in snd_cs46xx_interrupt() 1380 ins->pcm_channels[i].private_data && in snd_cs46xx_interrupt() 1381 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt() 1382 cpcm = ins->pcm_channels[i].private_data; in snd_cs46xx_interrupt() 1389 if (ins->pcm_channels[i].active && in snd_cs46xx_interrupt() 1390 ins->pcm_channels[i].private_data && in snd_cs46xx_interrupt() 1391 !ins->pcm_channels[i].unlinked) { in snd_cs46xx_interrupt() 1392 cpcm = ins->pcm_channels[i].private_data; in snd_cs46xx_interrupt() 2050 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_get() local [all …]
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 340 static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64) in gru_start_instruction() argument 342 gru_ordered_store_ulong(ins, op64); in gru_start_instruction() 344 gru_flush_cache(ins); in gru_start_instruction() 362 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload_phys() local 364 ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62); in gru_vload_phys() 365 ins->nelem = 1; in gru_vload_phys() 366 ins->op1_stride = 1; in gru_vload_phys() 367 gru_start_instruction(ins, __opdword(OP_VLOAD, 0, XTYPE_DW, iaa, 0, in gru_vload_phys() 374 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vstore_phys() local 376 ins->baddr0 = (long)gpa | ((unsigned long)iaa << 62); in gru_vstore_phys() [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | annotate.h | 14 struct ins; 31 struct ins *ins; member 40 int (*scnprintf)(struct ins *ins, char *bf, size_t size, 44 struct ins { struct 49 bool ins__is_jump(const struct ins *ins); argument 50 bool ins__is_call(const struct ins *ins); 51 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops); 60 struct ins *ins; member
|
D | annotate.c | 28 static struct ins *ins__find(const char *name); 41 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() argument 44 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->raw); in ins__raw_scnprintf() 47 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() argument 50 if (ins->ops->scnprintf) in ins__scnprintf() 51 return ins->ops->scnprintf(ins, bf, size, ops); in ins__scnprintf() 53 return ins__raw_scnprintf(ins, bf, size, ops); in ins__scnprintf() 93 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() argument 97 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->target.name); in call__scnprintf() 100 return ins__raw_scnprintf(ins, bf, size, ops); in call__scnprintf() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | process_64.c | 121 r_w.ins[0], r_w.ins[1], r_w.ins[2], r_w.ins[3], in show_regwindow32() 122 r_w.ins[4], r_w.ins[5], r_w.ins[6], r_w.ins[7]); in show_regwindow32() 160 rwk->ins[0], rwk->ins[1], rwk->ins[2], rwk->ins[3]); in show_regwindow() 162 rwk->ins[4], rwk->ins[5], rwk->ins[6], rwk->ins[7]); in show_regwindow() 164 printk("I7: <%pS>\n", (void *) rwk->ins[7]); in show_regwindow() 214 rp->i7 = rw->ins[7]; in __global_reg_self() 216 (rw->ins[6] + STACK_BIAS); in __global_reg_self() 218 rp->rpc = rw->ins[7]; in __global_reg_self() 456 __get_user(fp, &(((struct reg_window __user *)psp)->ins[6])); in clone_stackframe() 461 __get_user(fp, &(((struct reg_window32 __user *)psp)->ins[6])); in clone_stackframe() [all …]
|
D | process_32.c | 139 rw->ins[0], rw->ins[1], rw->ins[2], rw->ins[3], in show_regs() 140 rw->ins[4], rw->ins[5], rw->ins[6], rw->ins[7]); in show_regs() 168 pc = rw->ins[7]; in show_stack() 171 fp = rw->ins[6]; in show_stack() 484 pc = rw->ins[7]; 489 fp = rw->ins[6] + bias;
|
D | kgdb_32.c | 30 gdb_regs[GDB_I0 + i] = win->ins[i]; in pt_regs_to_gdb_regs() 64 gdb_regs[GDB_I0 + i] = win->ins[i]; in sleeping_thread_to_gdb_regs() 105 win->ins[i] = gdb_regs[GDB_I0 + i]; in gdb_regs_to_pt_regs()
|
D | kgdb_64.c | 31 gdb_regs[GDB_I0 + i] = win->ins[i]; in pt_regs_to_gdb_regs() 66 gdb_regs[GDB_I0 + i] = win->ins[i]; in sleeping_thread_to_gdb_regs() 112 win->ins[i] = gdb_regs[GDB_I0 + i]; in gdb_regs_to_pt_regs()
|
D | signal32.c | 497 err |= __put_user(rp->ins[i], &sf->ss.ins[i]); in setup_frame32() 498 err |= __put_user(rp->ins[6], &sf->ss.fp); in setup_frame32() 499 err |= __put_user(rp->ins[7], &sf->ss.callers_pc); in setup_frame32() 628 err |= __put_user(rp->ins[i], &sf->ss.ins[i]); in setup_rt_frame32() 629 err |= __put_user(rp->ins[6], &sf->ss.fp); in setup_rt_frame32() 630 err |= __put_user(rp->ins[7], &sf->ss.callers_pc); in setup_rt_frame32()
|
D | traps_32.c | 79 printk("Caller[%08lx]: %pS\n", rw->ins[7], in die_if_kernel() 80 (void *) rw->ins[7]); in die_if_kernel() 81 rw = (struct reg_window32 *)rw->ins[6]; in die_if_kernel()
|
D | signal_64.c | 108 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_set_context() 110 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_set_context() 204 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_get_context() 206 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_get_context()
|
D | ptrace_64.c | 166 wbuf->ins[i] = win32.ins[i]; in regwindow64_get() 189 win32.ins[i] = wbuf->ins[i]; in regwindow64_set()
|
D | traps_64.c | 2381 unsigned long fp = rw->ins[6]; in kernel_stack_up() 2417 printk("Caller[%016lx]: %pS\n", rw->ins[7], in die_if_kernel() 2418 (void *) rw->ins[7]); in die_if_kernel()
|
/linux-4.1.27/arch/arm/mm/ |
D | alignment.c | 198 #define __get8_unaligned_check(ins,val,addr,err) \ argument 200 ARM( "1: "ins" %1, [%2], #1\n" ) \ 201 THUMB( "1: "ins" %1, [%2]\n" ) \ 216 #define __get16_unaligned_check(ins,val,addr) \ argument 219 __get8_unaligned_check(ins,v,a,err); \ 221 __get8_unaligned_check(ins,v,a,err); \ 233 #define __get32_unaligned_check(ins,val,addr) \ argument 236 __get8_unaligned_check(ins,v,a,err); \ 238 __get8_unaligned_check(ins,v,a,err); \ 240 __get8_unaligned_check(ins,v,a,err); \ [all …]
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 53 unsigned long ins[8]; member 59 unsigned int ins[8]; member 65 unsigned long ins[6]; member 76 unsigned int ins[6]; member 86 unsigned long ins[8]; member 114 unsigned long ins[8]; member 120 unsigned long ins[6]; member
|
/linux-4.1.27/fs/ocfs2/ |
D | extent_map.c | 185 struct ocfs2_extent_map_item *ins) in ocfs2_try_to_merge_extent_map() argument 190 if (ins->ei_phys == (emi->ei_phys + emi->ei_clusters) && in ocfs2_try_to_merge_extent_map() 191 ins->ei_cpos == (emi->ei_cpos + emi->ei_clusters) && in ocfs2_try_to_merge_extent_map() 192 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 193 emi->ei_clusters += ins->ei_clusters; in ocfs2_try_to_merge_extent_map() 195 } else if ((ins->ei_phys + ins->ei_clusters) == emi->ei_phys && in ocfs2_try_to_merge_extent_map() 196 (ins->ei_cpos + ins->ei_clusters) == emi->ei_cpos && in ocfs2_try_to_merge_extent_map() 197 ins->ei_flags == emi->ei_flags) { in ocfs2_try_to_merge_extent_map() 198 emi->ei_phys = ins->ei_phys; in ocfs2_try_to_merge_extent_map() 199 emi->ei_cpos = ins->ei_cpos; in ocfs2_try_to_merge_extent_map() [all …]
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | spi.c | 134 static int sf_enable_write(struct rtsx_chip *chip, u8 ins) in sf_enable_write() argument 144 rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins); in sf_enable_write() 163 static int sf_disable_write(struct rtsx_chip *chip, u8 ins) in sf_disable_write() argument 173 rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins); in sf_disable_write() 192 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, in sf_program() argument 195 rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins); in sf_program() 216 static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr) in sf_erase() argument 222 rtsx_add_cmd(chip, WRITE_REG_CMD, SPI_COMMAND, 0xFF, ins); in sf_erase() 646 u8 ins, slow_read; in spi_read_flash() local 653 ins = srb->cmnd[3]; in spi_read_flash() [all …]
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_pcm.c | 703 int outs, ins; in oxygen_pcm_init() local 707 ins = !!(chip->model.device_config & (CAPTURE_0_FROM_I2S_1 | in oxygen_pcm_init() 709 if (outs | ins) { in oxygen_pcm_init() 711 0, outs, ins, &pcm); in oxygen_pcm_init() 731 if (ins) in oxygen_pcm_init() 740 ins = !!(chip->model.device_config & CAPTURE_1_FROM_SPDIF); in oxygen_pcm_init() 741 if (outs | ins) { in oxygen_pcm_init() 742 err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm); in oxygen_pcm_init() 748 if (ins) in oxygen_pcm_init() 761 ins = !!(chip->model.device_config & CAPTURE_2_FROM_AC97_1); in oxygen_pcm_init() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | ulist.c | 135 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert() argument 145 if (cur->val < ins->val) in ulist_rbtree_insert() 147 else if (cur->val > ins->val) in ulist_rbtree_insert() 152 rb_link_node(&ins->rb_node, parent, p); in ulist_rbtree_insert() 153 rb_insert_color(&ins->rb_node, &ulist->root); in ulist_rbtree_insert()
|
D | extent-tree.c | 94 struct btrfs_key *ins, int ref_mod); 99 int level, struct btrfs_key *ins, 2066 struct btrfs_key ins; in run_delayed_data_ref() local 2071 ins.objectid = node->bytenr; in run_delayed_data_ref() 2072 ins.offset = node->num_bytes; in run_delayed_data_ref() 2073 ins.type = BTRFS_EXTENT_ITEM_KEY; in run_delayed_data_ref() 2088 &ins, node->ref_mod); in run_delayed_data_ref() 2226 struct btrfs_key ins; in run_delayed_tree_ref() local 2239 ins.objectid = node->bytenr; in run_delayed_tree_ref() 2241 ins.offset = ref->level; in run_delayed_tree_ref() [all …]
|
D | inode.c | 672 struct btrfs_key ins; in submit_compressed_extents() local 732 0, alloc_hint, &ins, 1, 1); in submit_compressed_extents() 775 em->block_start = ins.objectid; in submit_compressed_extents() 776 em->block_len = ins.offset; in submit_compressed_extents() 777 em->orig_block_len = ins.offset; in submit_compressed_extents() 803 ins.objectid, in submit_compressed_extents() 805 ins.offset, in submit_compressed_extents() 827 ins.objectid, in submit_compressed_extents() 828 ins.offset, async_extent->pages, in submit_compressed_extents() 845 alloc_hint = ins.objectid + ins.offset; in submit_compressed_extents() [all …]
|
D | delayed-ref.c | 145 struct btrfs_delayed_ref_node *ins; in tree_insert() local 148 ins = rb_entry(node, struct btrfs_delayed_ref_node, rb_node); in tree_insert() 154 cmp = comp_entry(entry, ins, 1); in tree_insert() 175 struct btrfs_delayed_ref_head *ins; in htree_insert() local 178 ins = rb_entry(node, struct btrfs_delayed_ref_head, href_node); in htree_insert() 179 bytenr = ins->node.bytenr; in htree_insert()
|
D | delayed-inode.c | 402 struct btrfs_delayed_item *ins, in __btrfs_add_delayed_item() argument 418 node = &ins->rb_node; in __btrfs_add_delayed_item() 425 cmp = btrfs_comp_cpu_keys(&item->key, &ins->key); in __btrfs_add_delayed_item() 436 ins->delayed_node = delayed_node; in __btrfs_add_delayed_item() 437 ins->ins_or_del = action; in __btrfs_add_delayed_item() 439 if (ins->key.type == BTRFS_DIR_INDEX_KEY && in __btrfs_add_delayed_item() 441 ins->key.offset >= delayed_node->index_cnt) in __btrfs_add_delayed_item() 442 delayed_node->index_cnt = ins->key.offset + 1; in __btrfs_add_delayed_item()
|
D | tree-log.c | 673 struct btrfs_key ins; in replay_one_extent() local 684 ins.objectid = btrfs_file_extent_disk_bytenr(eb, item); in replay_one_extent() 685 ins.offset = btrfs_file_extent_disk_num_bytes(eb, item); in replay_one_extent() 686 ins.type = BTRFS_EXTENT_ITEM_KEY; in replay_one_extent() 689 if (ins.objectid > 0) { in replay_one_extent() 697 ret = btrfs_lookup_data_extent(root, ins.objectid, in replay_one_extent() 698 ins.offset); in replay_one_extent() 701 ins.objectid, ins.offset, in replay_one_extent() 713 key->objectid, offset, &ins); in replay_one_extent() 720 csum_start = ins.objectid; in replay_one_extent() [all …]
|
D | ctree.h | 3389 u64 offset, struct btrfs_key *ins); 3393 struct btrfs_key *ins); 3396 struct btrfs_key *ins, int is_data, int delalloc);
|
/linux-4.1.27/fs/ntfs/ |
D | unistr.c | 259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() argument 268 if (likely(ins)) { in ntfs_nlstoucs() 272 wc_len = nls->char2uni(ins + i, ins_len - i, in ntfs_nlstoucs() 336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls() argument 344 if (ins) { in ntfs_ucstonls() 358 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o, in ntfs_ucstonls()
|
D | ntfs.h | 127 extern int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, 129 extern int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
|
/linux-4.1.27/sound/oss/ |
D | opl3.c | 114 struct sbi_instrument ins; in opl3_ioctl() local 119 if (copy_from_user(&ins, arg, sizeof(ins))) in opl3_ioctl() 121 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR) { in opl3_ioctl() 122 printk(KERN_WARNING "FM Error: Invalid instrument number %d\n", ins.channel); in opl3_ioctl() 125 return store_instr(ins.channel, &ins); in opl3_ioctl() 824 struct sbi_instrument ins; in opl3_load_patch() local 826 if (count <sizeof(ins)) in opl3_load_patch() 832 if (copy_from_user(&ins, addr, sizeof(ins))) in opl3_load_patch() 835 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR) in opl3_load_patch() 837 printk(KERN_WARNING "FM Error: Invalid instrument number %d\n", ins.channel); in opl3_load_patch() [all …]
|
/linux-4.1.27/drivers/acpi/apei/ |
D | apei-base.c | 215 u8 ins; in apei_exec_for_each_entry() local 222 ins = entry->instruction; in apei_exec_for_each_entry() 225 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry() 228 ins); in apei_exec_for_each_entry() 243 u8 ins = entry->instruction; in pre_map_gar_callback() local 245 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback() 276 u8 ins = entry->instruction; in post_unmap_gar_callback() local 278 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback() 721 u8 ins = entry->instruction; in collect_res_callback() local 726 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
|
/linux-4.1.27/sound/drivers/ |
D | serial-u16550.c | 77 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable 97 module_param_array(ins, int, NULL, 0444); 98 MODULE_PARM_DESC(ins, "Number of MIDI inputs."); 873 int outs, int ins, in snd_uart16550_rmidi() argument 880 outs, ins, &rrawmidi); in snd_uart16550_rmidi() 908 ins[dev] = 1; in snd_serial_probe() 913 ins[dev] = 1; in snd_serial_probe() 917 ins[dev] = 1; in snd_serial_probe() 935 if (ins[dev] < 1 || ins[dev] > SNDRV_SERIAL_MAX_INS) { in snd_serial_probe() 938 SNDRV_SERIAL_MAX_INS, ins[dev]); in snd_serial_probe() [all …]
|
/linux-4.1.27/arch/x86/lib/ |
D | atomic64_cx8_32.S | 57 .macro addsub_return func ins insc 73 \ins\()l %esi, %ebx 94 .macro incdec_return func ins insc 103 \ins\()l $1, %ebx
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpci_hotplug_pci.c | 118 int ins = 0; in cpci_check_and_clear_ins() local 136 ins = 0; in cpci_check_and_clear_ins() 138 ins = 1; in cpci_check_and_clear_ins() 140 return ins; in cpci_check_and_clear_ins()
|
/linux-4.1.27/net/sched/ |
D | cls_u32.c | 653 struct tc_u_knode __rcu **ins; in u32_replace_knode() local 662 ins = &ht->ht[TC_U32_HASH(n->handle)]; in u32_replace_knode() 667 for (pins = rtnl_dereference(*ins); ; in u32_replace_knode() 668 ins = &pins->next, pins = rtnl_dereference(*ins)) in u32_replace_knode() 673 rcu_assign_pointer(*ins, n); in u32_replace_knode() 869 struct tc_u_knode __rcu **ins; in u32_change() local 872 ins = &ht->ht[TC_U32_HASH(handle)]; in u32_change() 873 for (pins = rtnl_dereference(*ins); pins; in u32_change() 874 ins = &pins->next, pins = rtnl_dereference(*ins)) in u32_change() 879 rcu_assign_pointer(*ins, n); in u32_change()
|
D | cls_rsvp.h | 229 struct rsvp_filter __rcu **ins; in rsvp_replace() local 236 for (ins = &s->ht[h2], pins = rtnl_dereference(*ins); ; in rsvp_replace() 237 ins = &pins->next, pins = rtnl_dereference(*ins)) { in rsvp_replace() 240 rcu_assign_pointer(*ins, n); in rsvp_replace()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | qgroup-tests.c | 42 struct btrfs_key ins; in insert_normal_tree_ref() local 48 ins.objectid = bytenr; in insert_normal_tree_ref() 49 ins.type = BTRFS_EXTENT_ITEM_KEY; in insert_normal_tree_ref() 50 ins.offset = num_bytes; in insert_normal_tree_ref() 59 ret = btrfs_insert_empty_item(&trans, root, path, &ins, size); in insert_normal_tree_ref()
|
/linux-4.1.27/arch/unicore32/mm/ |
D | alignment.c | 135 #define __put32_unaligned_check(ins, val, addr) \ argument 139 "1: "ins" %1, [%2], #1\n" \ 141 "2: "ins" %1, [%2], #1\n" \ 143 "3: "ins" %1, [%2], #1\n" \ 145 "4: "ins" %1, [%2]\n" \
|
/linux-4.1.27/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 50 ins t2, t1, 16, 3 69 ins t0, t1, 16, 3
|
/linux-4.1.27/arch/x86/kernel/ |
D | ftrace.c | 379 unsigned char ins[MCOUNT_INSN_SIZE]; in remove_breakpoint() local 386 if (probe_kernel_read(ins, (void *)ip, MCOUNT_INSN_SIZE)) in remove_breakpoint() 390 if (ins[0] != brk) in remove_breakpoint() 399 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) { in remove_breakpoint() 409 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) == 0) in remove_breakpoint() 416 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) in remove_breakpoint()
|
/linux-4.1.27/drivers/scsi/ |
D | 53c700.c | 1022 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt() 1024 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt() 1150 to32bit(&slot->pSG[0].ins)); in process_script_interrupt() 1254 … i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_c… in process_script_interrupt() 1455 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command() 1596 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr() 1597 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr() 1599 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr() 1623 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); in NCR_700_intr() 1625 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr() [all …]
|
D | 53c700.h | 73 __u32 ins; member
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 175 if (dl->ins && dl->ins->ops->scnprintf) { in annotate_browser__write() 176 if (ins__is_jump(dl->ins)) { in annotate_browser__write() 182 } else if (ins__is_call(dl->ins)) { in annotate_browser__write() 207 if (!dl || !dl->ins || !ins__is_jump(dl->ins) in disasm_line__is_valid_jump() 457 if (!ins__is_call(dl->ins)) in annotate_browser__callq() 510 if (!ins__is_jump(dl->ins)) in annotate_browser__jump() 805 else if (!browser->selection->ins) { in annotate_browser__run()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 695 struct rt6_info **ins; in fib6_add_rt2node() local 705 ins = &fn->leaf; in fib6_add_rt2node() 725 fallback_ins = fallback_ins ?: ins; in fib6_add_rt2node() 763 ins = &iter->dst.rt6_next; in fib6_add_rt2node() 768 ins = fallback_ins; in fib6_add_rt2node() 769 iter = *ins; in fib6_add_rt2node() 774 if (ins == &fn->leaf) in fib6_add_rt2node() 820 *ins = rt; in fib6_add_rt2node() 845 *ins = rt; in fib6_add_rt2node() 860 ins = &rt->dst.rt6_next; in fib6_add_rt2node() [all …]
|
/linux-4.1.27/arch/blackfin/lib/ |
D | Makefile | 11 ins.o outs.o
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-modes.S | 297 ins v0.d[1], x7 300 ins v1.d[1], x7 331 ins v4.d[1], x7 336 ins v4.d[1], x7 354 ins v4.d[1], x7 360 ins v4.d[0], x7
|
D | aes-ce-ccm-core.S | 29 ins v1.b[0], w7 138 ins v1.d[1], x9 /* no carry in lower ctr */
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | sigcontext.h | 52 unsigned long ins[8]; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | mipsregs.h | 1722 #define _umips_dsp_mfxxx(ins) \ argument 1734 : "i" (ins)); \ 1738 #define _umips_dsp_mtxxx(val, ins) \ argument 1748 : "r" (val), "i" (ins)); \ 1807 #define _dsp_mfxxx(ins) \ argument 1818 : "i" (ins)); \ 1822 #define _dsp_mtxxx(val, ins) \ argument 1831 : "r" (val), "i" (ins)); \
|
D | io.h | 523 static inline void ins##bwlq(unsigned long port, void *addr, \
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 1238 unsigned int outs, ins; in snd_vx_pcm_new() local 1240 ins = chip->audio_ins > i * 2 ? 1 : 0; in snd_vx_pcm_new() 1241 if (! outs && ! ins) in snd_vx_pcm_new() 1244 outs, ins, &pcm); in snd_vx_pcm_new() 1249 if (ins) in snd_vx_pcm_new()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 81 below possible ondemand sample kick ins (1)): 85 switching up (compare with below possible ondemand sample kick ins (2))::
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 170 #define LUT0(ins, pad, opr) \ argument 172 ((LUT_##ins) << INSTR0_SHIFT)) 174 #define LUT1(ins, pad, opr) (LUT0(ins, pad, opr) << OPRND1_SHIFT) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | io.h | 307 static inline void ins##bwl(int port, void *addr, unsigned long count) \
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 205 static inline void ins##bwl(unsigned long port, void *data, \
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 205 static inline void ins##bwlq(unsigned long port, void *addr, \
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 88 inputs is specified by the ins parameter.
|
D | ALSA-Configuration.txt | 664 * Creative Card all ins and outs [0x3fff/0x7fff]
|
/linux-4.1.27/arch/mips/kernel/ |
D | genex.S | 486 ins k1, k0, 16, 16
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | i2c_.fuc | 344 ins $r11 $r5 I2C__MSG_DATA1_RD08_VAL
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | hisi-x5hd2.dtsi | 51 * Only used in NORMAL state, not available ins
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 141 Policy plug-ins can store a chunk of data per cache block. It's up to
|
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 291 #define INS_TO_USBDEV(ins) (ins->usb_dev) argument
|
/linux-4.1.27/drivers/nfc/ |
D | pn533.c | 451 u8 ins; member 486 frame->apdu.ins = 0; in pn533_acr122_tx_frame_init()
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 938 bool "ins[bwl] low overhead, higher interrupt latency"
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 4288 # separate move ins from move outs...
|
D | fpsp.S | 18239 # separate move ins from move outs...
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 4035 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
|