| /linux/arch/alpha/kernel/ |
| H A D | smp.c | 201 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 D | cpu.c | 31 prefetch(¤t->thread.cp2); in cnmips_cu2_call() 36 octeon_cop2_restore(&(current->thread.cp2)); in cnmips_cu2_call()
|
| H A D | octeon-crypto.c | 36 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
|
| /linux/arch/mips/include/asm/ |
| H A 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)
|
| H A D | processor.h | 203 .cp2 = {0,}, 267 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128))); member
|
| /linux/fs/ntfs3/ |
| H A D | lznt.c | 147 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 D | ptrace.c | 139 newregs->cp2 = ti->xtregs_cp.cp2; in tie_get() 177 ti->xtregs_cp.cp2 = newregs->cp2; in tie_set()
|
| H A D | asm-offsets.c | 108 DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2)); in main()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_io.c | 641 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local 709 cp2 = kdb_buffer; in vkdb_printf() 711 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 38 xtregs_cp2_t cp2; member
|
| H A D | elf.h | 184 xtregs_cp2_t cp2; member
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 922 struct folio *cp1, *cp2, *cur_folio; in f2fs_get_valid_checkpoint() local 945 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version); in f2fs_get_valid_checkpoint() 947 if (cp1 && cp2) { in f2fs_get_valid_checkpoint() 949 cur_folio = cp2; in f2fs_get_valid_checkpoint() 954 } else if (cp2) { in f2fs_get_valid_checkpoint() 955 cur_folio = cp2; in f2fs_get_valid_checkpoint() 979 if (cur_folio == cp2) in f2fs_get_valid_checkpoint() 997 f2fs_folio_put(cp2, true); in f2fs_get_valid_checkpoint() 1002 f2fs_folio_put(cp2, true); in f2fs_get_valid_checkpoint()
|
| /linux/security/tomoyo/ |
| H A D | util.c | 534 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 D | nand_ecc.rst | 54 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/arch/arm/boot/dts/ti/davinci/ |
| H A D | da850-lego-ev3.dts | 258 groups = "cp2";
|
| /linux/arch/mips/kernel/ |
| H A D | asm-offsets.c | 327 OFFSET(THREAD_CP2, task_struct, thread.cp2); in output_octeon_cop2_state_defines()
|
| /linux/drivers/scsi/ |
| H A D | ncr53c8xx.c | 6372 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 D | sym_hipd.c | 5330 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 D | aspeed-bmc-ibm-everest.dts | 349 "presence-cp2",
|