Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 24 of 24) 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()
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()
274 if (cp2[1] == '\n') 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()
/linux/arch/arm64/boot/dts/marvell/
H A Dcn9132-db.dtsi22 regulator-name = "cp2-xhci0-vbus";
36 regulator-name = "cp2-xhci1-vbus";
77 #define CP11X_NAME cp2
195 cp2_i2c0_pins: cp2-i2c-pins-0 {
199 cp2_sdhci_pins: cp2-sdhi-pins-0 {
/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/mips/cavium-octeon/crypto/
H A Docteon-crypto.c37 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
/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.c107 DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2)); in main()
/linux/kernel/debug/kdb/
H A Dkdb_io.c624 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local
692 cp2 = kdb_buffer; in vkdb_printf()
694 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
H A Dkdb_main.c880 char *cp = (char *)str, *cp2; in parse_grep() local
895 cp2 = strchr(cp, '\n'); in parse_grep()
896 if (cp2) in parse_grep()
897 *cp2 = '\0'; /* remove the trailing newline */ in parse_grep()
908 cp2 = strchr(cp, '"'); in parse_grep()
909 if (!cp2) { in parse_grep()
913 *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/fs/f2fs/
H A Dcheckpoint.c937 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local
960 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version); in f2fs_get_valid_checkpoint()
962 if (cp1 && cp2) { in f2fs_get_valid_checkpoint()
964 cur_page = cp2; in f2fs_get_valid_checkpoint()
969 } else if (cp2) { in f2fs_get_valid_checkpoint()
970 cur_page = cp2; in f2fs_get_valid_checkpoint()
994 if (cur_page == cp2) in f2fs_get_valid_checkpoint()
1012 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint()
1017 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint()
/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.c1825 unsigned int cp2; in snd_es1968_suppress_jitter() local
1829 cp2 = __apu_get_register(chip, 1, 5); in snd_es1968_suppress_jitter()
1830 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
/linux/net/openvswitch/
H A Dflow_table.c670 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() local
674 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.c2775 struct pvr2_ctrl *cptr,*cp2; in pvr2_hdw_get_ctrl_nextv4l() local
2780 cp2 = NULL; in pvr2_hdw_get_ctrl_nextv4l()
2786 if (cp2 && (cp2->info->v4l_id < i)) continue; in pvr2_hdw_get_ctrl_nextv4l()
2787 cp2 = cptr; in pvr2_hdw_get_ctrl_nextv4l()
2789 return cp2; in pvr2_hdw_get_ctrl_nextv4l()
/linux/arch/mips/kernel/
H A Dasm-offsets.c319 OFFSET(THREAD_CP2, task_struct, thread.cp2); in output_octeon_cop2_state_defines()
/linux/drivers/scsi/
H A Dncr53c8xx.c6372 struct ccb * cp2; in ncr_sir_to_redo() local
6387 cp2 = list_entry(qp, struct ccb, link_ccbq); in ncr_sir_to_redo()
6390 if (cp2 == cp) in ncr_sir_to_redo()
6392 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
/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;
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-everest.dts349 "presence-cp2",