/kernel/linux/linux-5.10/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 | 208 .cp2 = {0,}, 224 .cp2 = {{0}, {0}, 0, 0}, 284 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128))); member 288 struct nlm_cop2_state cp2; member
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | smp.c | 200 register char *cp1, *cp2; in send_secondary_console_msg() local 213 cp2 = str; in send_secondary_console_msg() 214 len = strlen(cp2); in send_secondary_console_msg() 217 memcpy(cp1, cp2, len); in send_secondary_console_msg() 239 char *cp1, *cp2, buf[80]; in recv_secondary_console_msg() local 267 cp2 = buf; in recv_secondary_console_msg() 268 memcpy(cp2, cp1, cnt); in recv_secondary_console_msg() 269 cp2[cnt] = '\0'; in recv_secondary_console_msg() 271 while ((cp2 = strchr(cp2, '\r')) != 0) { in recv_secondary_console_msg() 272 *cp2 = ' '; in recv_secondary_console_msg() [all …]
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
D | cpu.c | 31 prefetch(¤t->thread.cp2); in cnmips_cu2_call() 36 octeon_cop2_restore(&(current->thread.cp2)); in cnmips_cu2_call()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
D | cn9132-db.dts | 23 regulator-name = "cp2-xhci0-vbus"; 37 regulator-name = "cp2-xhci1-vbus"; 78 #define CP11X_NAME cp2 196 cp2_i2c0_pins: cp2-i2c-pins-0 { 200 cp2_sdhci_pins: cp2-sdhi-pins-0 {
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
D | octeon-crypto.c | 37 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | ptrace.c | 140 newregs->cp2 = ti->xtregs_cp.cp2; in tie_get() 179 ti->xtregs_cp.cp2 = newregs->cp2; in tie_set()
|
D | asm-offsets.c | 102 DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2)); in main()
|
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
D | cop2-ex.c | 106 nlm_cop2_restore(&(current->thread.cp2)); in nlm_cu2_call()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | thread_info.h | 38 xtregs_cp2_t cp2; member
|
D | elf.h | 168 xtregs_cp2_t cp2; member
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
D | kdb_io.c | 592 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local 660 cp2 = kdb_buffer; in vkdb_printf() 662 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
|
D | kdb_main.c | 883 char *cp = (char *)str, *cp2; in parse_grep() local 898 cp2 = strchr(cp, '\n'); in parse_grep() 899 if (cp2) in parse_grep() 900 *cp2 = '\0'; /* remove the trailing newline */ in parse_grep() 911 cp2 = strchr(cp, '"'); in parse_grep() 912 if (!cp2) { in parse_grep() 916 *cp2 = '\0'; /* end the string where the 2nd " was */ in parse_grep()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | checkpoint.c | 908 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local 931 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version); in f2fs_get_valid_checkpoint() 933 if (cp1 && cp2) { in f2fs_get_valid_checkpoint() 935 cur_page = cp2; in f2fs_get_valid_checkpoint() 940 } else if (cp2) { in f2fs_get_valid_checkpoint() 941 cur_page = cp2; in f2fs_get_valid_checkpoint() 965 if (cur_page == cp2) in f2fs_get_valid_checkpoint() 983 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint() 988 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | util.c | 529 const char *cp2 = memchr(filename, '.', len); in tomoyo_correct_path2() local 531 return cp1 && (!cp2 || (cp1 < cp2)) && tomoyo_correct_word2(filename, len); in tomoyo_correct_path2()
|
/kernel/linux/linux-5.10/Documentation/driver-api/mtd/ |
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;
|
/kernel/linux/linux-5.10/sound/pci/ |
D | es1968.c | 1832 unsigned int cp2; in snd_es1968_suppress_jitter() local 1836 cp2 = __apu_get_register(chip, 1, 5); in snd_es1968_suppress_jitter() 1837 diff = (cp1 > cp2 ? cp1 - cp2 : cp2 - cp1); in snd_es1968_suppress_jitter()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | flow_table.c | 672 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() local 677 diffs |= *cp1++ ^ *cp2++; in cmp_key()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | da850-lego-ev3.dts | 258 groups = "cp2";
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 2775 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()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | asm-offsets.c | 315 OFFSET(THREAD_CP2, task_struct, thread.cp2); in output_octeon_cop2_state_defines()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | ncr53c8xx.c | 6538 struct ccb * cp2; in ncr_sir_to_redo() local 6553 cp2 = list_entry(qp, struct ccb, link_ccbq); in ncr_sir_to_redo() 6556 if (cp2 == cp) in ncr_sir_to_redo() 6558 cp2->start.schedule.l_paddr = in ncr_sir_to_redo()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 5331 struct sym_ccb *cp2 = sym_que_entry(qp, struct sym_ccb, link_ccbq); local 5332 if (cp2->cmd == cmd) { 5333 cp = cp2;
|