/linux-4.4.14/arch/mips/include/asm/ |
D | cop2.h | 19 #define cop2_save(r) octeon_cop2_save(&(r)->thread.cp2) 20 #define cop2_restore(r) octeon_cop2_restore(&(r)->thread.cp2) 30 #define cop2_save(r) nlm_cop2_save(&(r)->thread.cp2) 31 #define cop2_restore(r) nlm_cop2_restore(&(r)->thread.cp2)
|
D | processor.h | 206 .cp2 = {0,}, 222 .cp2 = {{0}, {0}, 0, 0}, 274 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128))); member 278 struct nlm_cop2_state cp2; member
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smp.c | 202 register char *cp1, *cp2; in send_secondary_console_msg() local 215 cp2 = str; in send_secondary_console_msg() 216 len = strlen(cp2); in send_secondary_console_msg() 219 memcpy(cp1, cp2, len); in send_secondary_console_msg() 241 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local 269 cp2 = buf; in recv_secondary_console_msg() 270 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg() 271 cp2[cnt] = '\0'; in recv_secondary_console_msg() 273 while ((cp2 = strchr(cp2, '\r')) != 0) { in recv_secondary_console_msg() 274 *cp2 = ' '; in recv_secondary_console_msg() [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | cpu.c | 29 prefetch(¤t->thread.cp2); in cnmips_cu2_call() 34 octeon_cop2_restore(&(current->thread.cp2)); in cnmips_cu2_call()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_io.c | 561 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local 634 cp2 = kdb_buffer; in vkdb_printf() 636 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf() 706 cp2 = cp; in vkdb_printf() 708 dbg_io_ops->write_char(*cp2); in vkdb_printf() 709 cp2++; in vkdb_printf()
|
D | kdb_main.c | 823 char *cp = (char *)str, *cp2; in parse_grep() local 838 cp2 = strchr(cp, '\n'); in parse_grep() 839 if (cp2) in parse_grep() 840 *cp2 = '\0'; /* remove the trailing newline */ in parse_grep() 851 cp2 = strchr(cp, '"'); in parse_grep() 852 if (!cp2) { in parse_grep() 856 *cp2 = '\0'; /* end the string where the 2nd " was */ in parse_grep()
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
D | octeon-crypto.c | 36 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
|
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 660 struct page *cp1, *cp2, *cur_page; in get_valid_checkpoint() local 681 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version); in get_valid_checkpoint() 683 if (cp1 && cp2) { in get_valid_checkpoint() 685 cur_page = cp2; in get_valid_checkpoint() 690 } else if (cp2) { in get_valid_checkpoint() 691 cur_page = cp2; in get_valid_checkpoint() 703 if (cur_page == cp2) in get_valid_checkpoint() 717 f2fs_put_page(cp2, 1); in get_valid_checkpoint()
|
/linux-4.4.14/arch/mips/netlogic/xlp/ |
D | cop2-ex.c | 103 nlm_cop2_restore(&(current->thread.cp2)); in nlm_cu2_call()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | thread_info.h | 35 xtregs_cp2_t cp2; member
|
D | elf.h | 184 xtregs_cp2_t cp2; member
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 49 cp3 cp3 cp2 cp2 cp3 cp3 cp2 cp2 59 cp2 is the parity over bit0, bit1, bit4 and bit5 91 ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1 141 cp2 = bit5 ^ bit4 ^ bit1 ^ bit0 ^ cp2;
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 443 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() local 448 diffs |= *cp1++ ^ *cp2++; in cmp_key()
|
/linux-4.4.14/sound/pci/ |
D | es1968.c | 1850 unsigned int cp2; in snd_es1968_suppress_jitter() local 1854 cp2 = __apu_get_register(chip, 1, 5); in snd_es1968_suppress_jitter() 1855 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 2824 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local 2829 cp2 = NULL; in pvr2_hdw_get_ctrl_nextv4l() 2835 if (cp2 && (cp2->info->v4l_id < i)) continue; in pvr2_hdw_get_ctrl_nextv4l() 2836 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l() 2838 return cp2; in pvr2_hdw_get_ctrl_nextv4l()
|
/linux-4.4.14/arch/mips/kernel/ |
D | asm-offsets.c | 309 OFFSET(THREAD_CP2, task_struct, thread.cp2); in output_octeon_cop2_state_defines()
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 6547 struct ccb * cp2; in ncr_sir_to_redo() local 6562 cp2 = list_entry(qp, struct ccb, link_ccbq); in ncr_sir_to_redo() 6565 if (cp2 == cp) in ncr_sir_to_redo() 6567 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 5340 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local 5341 if (cp2->cmd == cmd) { 5342 cp = cp2;
|