Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 20 of 20) sorted by relevance

/linux/arch/alpha/kernel/
H A Dsmp.c201 register char *cp1, *cp2; in send_secondary_console_msg() local
214 cp2 = str; in send_secondary_console_msg()
215 len = strlen(cp2); in send_secondary_console_msg()
218 memcpy(cp1, cp2, len); in send_secondary_console_msg()
240 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local
268 cp2 = buf; in recv_secondary_console_msg()
269 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg()
270 cp2[cnt] = '\0'; in recv_secondary_console_msg()
272 while ((cp2 = strchr(cp2, '\r')) != 0) { in recv_secondary_console_msg()
273 *cp2 = ' '; in recv_secondary_console_msg()
[all …]
/linux/arch/mips/cavium-octeon/
H A Dcpu.c31 prefetch(&current->thread.cp2); in cnmips_cu2_call()
36 octeon_cop2_restore(&(current->thread.cp2)); in cnmips_cu2_call()
H A Docteon-crypto.c36 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
/linux/arch/mips/include/asm/
H A Dcop2.h19 #define cop2_save(r) octeon_cop2_save(&(r)->thread.cp2)
20 #define cop2_restore(r) octeon_cop2_restore(&(r)->thread.cp2)
H A Dprocessor.h203 .cp2 = {0,},
267 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128))); member
/linux/fs/ntfs3/
H A Dlznt.c147 u8 *cp2 = cmpr + 2; in compress_chunk() local
189 *cp2 = ohdr; in compress_chunk()
191 cp2 = cp; in compress_chunk()
196 if (cp2 < last) in compress_chunk()
197 *cp2 = ohdr; in compress_chunk()
/linux/arch/xtensa/kernel/
H A Dptrace.c139 newregs->cp2 = ti->xtregs_cp.cp2; in tie_get()
177 ti->xtregs_cp.cp2 = newregs->cp2; in tie_set()
H A Dasm-offsets.c108 DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2)); in main()
/linux/kernel/debug/kdb/
H A Dkdb_io.c638 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf()
706 cp2 = kdb_buffer; in vkdb_printf()
708 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
641 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; vkdb_printf() local
H A Dkdb_main.c799 char *cp = (char *)str, *cp2; in parse_grep() local
814 cp2 = strchr(cp, '\n'); in parse_grep()
815 if (cp2) in parse_grep()
816 *cp2 = '\0'; /* remove the trailing newline */ in parse_grep()
827 cp2 = strchr(cp, '"'); in parse_grep()
828 if (!cp2) { in parse_grep()
832 *cp2 = '\0'; /* end the string where the 2nd " was */ in parse_grep()
/linux/arch/xtensa/include/asm/
H A Dthread_info.h38 xtregs_cp2_t cp2; member
H A Delf.h184 xtregs_cp2_t cp2; member
/linux/security/tomoyo/
H A Dutil.c534 const char *cp2 = memchr(filename, '.', len); in tomoyo_correct_path2() local
536 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst54 cp3 cp3 cp2 cp2 cp3 cp3 cp2 cp2
69 - cp2 is the parity over bit0, bit1, bit4 and bit5
109 ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1
162 cp2 = bit5 ^ bit4 ^ bit1 ^ bit0 ^ cp2;
/linux/sound/pci/
H A Des1968.c1783 unsigned int cp2; in snd_es1968_suppress_jitter() local
1787 cp2 = __apu_get_register(chip, 1, 5); in snd_es1968_suppress_jitter()
1788 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
/linux/net/openvswitch/
H A Dflow_table.c668 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() local
672 if (*cp1++ ^ *cp2++) in cmp_key()
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts258 groups = "cp2";
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c2773 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local
2778 cp2 = NULL; in pvr2_hdw_get_ctrl_nextv4l()
2784 if (cp2 && (cp2->info->v4l_id < i)) continue; in pvr2_hdw_get_ctrl_nextv4l()
2785 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l()
2787 return cp2; in pvr2_hdw_get_ctrl_nextv4l()
/linux/arch/mips/kernel/
H A Dasm-offsets.c327 OFFSET(THREAD_CP2, task_struct, thread.cp2); in output_octeon_cop2_state_defines()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c5330 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local
5331 if (cp2->cmd == cmd) {
5332 cp = cp2;