/kernel/linux/linux-5.10/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) 30 #define cop2_save(r) nlm_cop2_save(&(r)->thread.cp2) 31 #define cop2_restore(r) nlm_cop2_restore(&(r)->thread.cp2)
|
H A 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/ |
H A 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, '\ in recv_secondary_console_msg() [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A 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, '\ in recv_secondary_console_msg() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | ptrace.c | 140 newregs->cp2 = ti->xtregs_cp.cp2; in tie_get() 179 ti->xtregs_cp.cp2 = newregs->cp2; in tie_set()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-crypto.c | 37 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-crypto.c | 37 octeon_cop2_save(&(current->thread.cp2)); in octeon_crypto_enable()
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A 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()
|
H A D | kdb_io.c | 597 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local 665 cp2 = kdb_buffer; in vkdb_printf() 667 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 881 char *cp = (char *)str, *cp2; in parse_grep() local 896 cp2 = strchr(cp, '\n'); in parse_grep() 897 if (cp2) in parse_grep() 898 *cp2 = '\0'; /* remove the trailing newline */ in parse_grep() 909 cp2 = strchr(cp, '"'); in parse_grep() 910 if (!cp2) { in parse_grep() 914 *cp2 = '\0'; /* end the string where the 2nd " was */ in parse_grep()
|
H A D | kdb_io.c | 621 char *cp, *cp2, *cphold = NULL, replaced_byte = ' '; in vkdb_printf() local 689 cp2 = kdb_buffer; in vkdb_printf() 691 if (!strncmp(cp2, kdb_prompt_str, len)) { in vkdb_printf()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | thread_info.h | 38 xtregs_cp2_t cp2; member
|
H A D | elf.h | 168 xtregs_cp2_t cp2; member
|
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
H A D | cop2-ex.c | 106 nlm_cop2_restore(&(current->thread.cp2)); in nlm_cu2_call()
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A 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-6.6/fs/f2fs/ |
H A D | checkpoint.c | 921 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local 944 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version); in f2fs_get_valid_checkpoint() 946 if (cp1 && cp2) { in f2fs_get_valid_checkpoint() 948 cur_page = cp2; in f2fs_get_valid_checkpoint() 953 } else if (cp2) { in f2fs_get_valid_checkpoint() 954 cur_page = cp2; in f2fs_get_valid_checkpoint() 978 if (cur_page == cp2) in f2fs_get_valid_checkpoint() 996 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint() 1001 f2fs_put_page(cp2, 1); in f2fs_get_valid_checkpoint()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A 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()
|