| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | serpent-sse2-i586-asm_32.S | 27 #define RA %xmm0 macro 513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 515 K(RA, RB, RC, RD, RE, 0); 516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
| D | serpent-sse2-x86_64-asm_64.S | 636 K2(RA, RB, RC, RD, RE, 0); 637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| D | serpent-avx2-asm_64.S | 577 K2(RA, RB, RC, RD, RE, 0); 578 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 579 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 580 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 581 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 582 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 583 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 584 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 585 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 586 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| D | serpent-avx-x86_64-asm_64.S | 571 K2(RA, RB, RC, RD, RE, 0); 572 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 573 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 574 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 575 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 576 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 577 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 578 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 579 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 580 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| /kernel/linux/linux-4.19/arch/x86/crypto/ |
| D | serpent-sse2-i586-asm_32.S | 42 #define RA %xmm0 macro 528 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 530 K(RA, RB, RC, RD, RE, 0); 531 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 532 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 533 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 534 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 535 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 536 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 537 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
| D | serpent-sse2-x86_64-asm_64.S | 651 K2(RA, RB, RC, RD, RE, 0); 652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 653 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 655 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 658 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 659 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| D | serpent-avx2-asm_64.S | 582 K2(RA, RB, RC, RD, RE, 0); 583 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 584 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 585 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 586 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 587 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 588 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 589 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 590 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 591 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| D | serpent-avx-x86_64-asm_64.S | 586 K2(RA, RB, RC, RD, RE, 0); 587 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 588 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 589 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 590 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 591 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 592 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 593 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 594 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 595 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/xmon/ |
| D | spu-insns.h | 15 RRR | op | RC | RB | RA | RT | RI7 | op | I7 | RA | RT | 21 RI8 | op | I8 | RA | RT | RI10 | op | I10 | RA | RT | 33 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO | 39 LBTI | op | // |RO| RA | RO | 53 ASM_RRR mnemonic RC, RA, RB, RT ASM_RI4 mnemonic RT, RA, I4 54 ASM_RI7 mnemonic RT, RA, I7 57 ASM_RUI8 mnemonic RT, RA, UI8 ASM_AI10 mnemonic RA, I10 58 ASM_RI10 mnemonic RT, RA, R10 59 ASM_RI10IDX mnemonic RT, I10(RA) 70 ASM_RA mnemonic RA ASM_LBTI mnemonic brinst, RA [all …]
|
| D | ppc-opc.c | 501 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 502 #define RA NSISIGNOPT + 1 macro 506 /* As above, but 0 in the RA field means zero, not r0. */ 507 #define RA0 RA + 1 510 /* The RA field in the DQ form lq or an lswx instruction, which have special 516 /* The RA field in a D or X form instruction which is an updating 517 load, which means that the RA field may not be zero and may not 522 /* The RA field in an lmw instruction, which has special value 527 /* The RA field in a D or X form instruction which is an updating 528 store or an updating floating point load, which means that the RA [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/xmon/ |
| D | spu-insns.h | 26 RRR | op | RC | RB | RA | RT | RI7 | op | I7 | RA | RT | 32 RI8 | op | I8 | RA | RT | RI10 | op | I10 | RA | RT | 44 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO | 50 LBTI | op | // |RO| RA | RO | 64 ASM_RRR mnemonic RC, RA, RB, RT ASM_RI4 mnemonic RT, RA, I4 65 ASM_RI7 mnemonic RT, RA, I7 68 ASM_RUI8 mnemonic RT, RA, UI8 ASM_AI10 mnemonic RA, I10 69 ASM_RI10 mnemonic RT, RA, R10 70 ASM_RI10IDX mnemonic RT, I10(RA) 81 ASM_RA mnemonic RA ASM_LBTI mnemonic brinst, RA [all …]
|
| D | ppc-opc.c | 513 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 514 #define RA NSISIGNOPT + 1 macro 518 /* As above, but 0 in the RA field means zero, not r0. */ 519 #define RA0 RA + 1 522 /* The RA field in the DQ form lq or an lswx instruction, which have special 528 /* The RA field in a D or X form instruction which is an updating 529 load, which means that the RA field may not be zero and may not 534 /* The RA field in an lmw instruction, which has special value 539 /* The RA field in a D or X form instruction which is an updating 540 store or an updating floating point load, which means that the RA [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/coda/ |
| D | coda-gdi.c | 65 * RA[15:0], CA[15:8] are hardwired to contain the 24-bit macroblock 95 RBC(CA, 15, RA, 0), 96 RBC(RA, 0, RA, 1), 97 RBC(RA, 1, RA, 2), 98 RBC(RA, 2, RA, 3), 99 RBC(RA, 3, RA, 4), 100 RBC(RA, 4, RA, 5), 101 RBC(RA, 5, RA, 6), 102 RBC(RA, 6, RA, 7), 103 RBC(RA, 7, RA, 8), [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/coda/ |
| D | coda-gdi.c | 61 * RA[15:0], CA[15:8] are hardwired to contain the 24-bit macroblock 91 RBC(CA, 15, RA, 0), 92 RBC(RA, 0, RA, 1), 93 RBC(RA, 1, RA, 2), 94 RBC(RA, 2, RA, 3), 95 RBC(RA, 3, RA, 4), 96 RBC(RA, 4, RA, 5), 97 RBC(RA, 5, RA, 6), 98 RBC(RA, 6, RA, 7), 99 RBC(RA, 7, RA, 8), [all …]
|
| /kernel/linux/linux-4.19/mm/ |
| D | readahead.c | 29 * memset *ra to zero. 32 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init() argument 34 ra->ra_pages = inode_to_bdi(mapping->host)->ra_pages; in file_ra_state_init() 35 ra->prev_pos = -1; in file_ra_state_init() 225 struct file_ra_state *ra = &filp->f_ra; in force_page_cache_readahead() local 235 max_pages = max_t(unsigned long, bdi->io_pages, ra->ra_pages); in force_page_cache_readahead() 253 * for 128k (32 page) max ra 274 static unsigned long get_next_ra_size(struct file_ra_state *ra, in get_next_ra_size() argument 277 unsigned long cur = ra->size; in get_next_ra_size() 349 struct file_ra_state *ra, in try_context_readahead() argument [all …]
|
| /kernel/linux/linux-5.10/mm/ |
| D | readahead.c | 31 * memset *ra to zero. 34 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping) in file_ra_state_init() argument 36 ra->ra_pages = inode_to_bdi(mapping->host)->ra_pages; in file_ra_state_init() 37 ra->prev_pos = -1; in file_ra_state_init() 275 struct file_ra_state *ra, unsigned long nr_to_read) in force_page_cache_ra() argument 290 max_pages = max_t(unsigned long, bdi->io_pages, ra->ra_pages); in force_page_cache_ra() 308 * for 128k (32 page) max ra 329 static unsigned long get_next_ra_size(struct file_ra_state *ra, in get_next_ra_size() argument 332 unsigned long cur = ra->size; in get_next_ra_size() 402 struct file_ra_state *ra, in try_context_readahead() argument [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/lib/ |
| D | memcmp_64.S | 18 #define rA r9 macro 124 1: lbz rA,0(r3) 126 subf. rC,rB,rA 130 lbz rA,1(r3) 132 subf. rC,rB,rA 136 lbz rA,2(r3) 138 subf. rC,rB,rA 142 lbz rA,3(r3) 144 subf. rC,rB,rA 176 LD rA,0,r3 [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | memcmp_64.S | 14 #define rA r9 macro 120 1: lbz rA,0(r3) 122 subf. rC,rB,rA 126 lbz rA,1(r3) 128 subf. rC,rB,rA 132 lbz rA,2(r3) 134 subf. rC,rB,rA 138 lbz rA,3(r3) 140 subf. rC,rB,rA 172 LD rA,0,r3 [all …]
|
| D | test_emulate_step.c | 666 .descr = "RA = LONG_MIN, RB = LONG_MIN", 674 .descr = "RA = LONG_MIN, RB = LONG_MAX", 682 .descr = "RA = LONG_MAX, RB = LONG_MAX", 690 .descr = "RA = ULONG_MAX, RB = ULONG_MAX", 698 .descr = "RA = ULONG_MAX, RB = 0x1", 706 .descr = "RA = INT_MIN, RB = INT_MIN", 714 .descr = "RA = INT_MIN, RB = INT_MAX", 722 .descr = "RA = INT_MAX, RB = INT_MAX", 730 .descr = "RA = UINT_MAX, RB = UINT_MAX", 738 .descr = "RA = UINT_MAX, RB = 0x1", [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp_64.S | 14 #define rA r9 macro 120 1: lbz rA,0(r3) 122 subf. rC,rB,rA 126 lbz rA,1(r3) 128 subf. rC,rB,rA 132 lbz rA,2(r3) 134 subf. rC,rB,rA 138 lbz rA,3(r3) 140 subf. rC,rB,rA 172 LD rA,0,r3 [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp_64.S | 18 #define rA r9 macro 124 1: lbz rA,0(r3) 126 subf. rC,rB,rA 130 lbz rA,1(r3) 132 subf. rC,rB,rA 136 lbz rA,2(r3) 138 subf. rC,rB,rA 142 lbz rA,3(r3) 144 subf. rC,rB,rA 176 LD rA,0,r3 [all …]
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | cps-vec-ns16550.S | 41 jr ra 51 NESTED(_mips_cps_puts, 0, ra) 52 move s7, ra 71 NESTED(_mips_cps_putx4, 0, ra) 88 NESTED(_mips_cps_putx8, 0, ra) 89 move s3, ra 94 move ra, s3 105 NESTED(_mips_cps_putx16, 0, ra) 106 move s5, ra 111 move ra, s5 [all …]
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | cps-vec-ns16550.S | 31 jr ra 41 NESTED(_mips_cps_puts, 0, ra) 42 move s7, ra 61 NESTED(_mips_cps_putx4, 0, ra) 78 NESTED(_mips_cps_putx8, 0, ra) 79 move s3, ra 84 move ra, s3 95 NESTED(_mips_cps_putx16, 0, ra) 96 move s5, ra 101 move ra, s5 [all …]
|
| /kernel/linux/linux-5.10/drivers/powercap/ |
| D | intel_rapl_msr.c | 89 static int rapl_msr_read_raw(int cpu, struct reg_action *ra) in rapl_msr_read_raw() argument 91 u32 msr = (u32)ra->reg; in rapl_msr_read_raw() 93 if (rdmsrl_safe_on_cpu(cpu, msr, &ra->value)) { in rapl_msr_read_raw() 97 ra->value &= ra->mask; in rapl_msr_read_raw() 103 struct reg_action *ra = info; in rapl_msr_update_func() local 104 u32 msr = (u32)ra->reg; in rapl_msr_update_func() 107 ra->err = rdmsrl_safe(msr, &val); in rapl_msr_update_func() 108 if (ra->err) in rapl_msr_update_func() 111 val &= ~ra->mask; in rapl_msr_update_func() 112 val |= ra->value; in rapl_msr_update_func() [all …]
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | ref-verify.c | 206 static void __save_stack_trace(struct ref_action *ra) in __save_stack_trace() argument 208 ra->trace_len = stack_trace_save(ra->trace, MAX_TRACE, 2); in __save_stack_trace() 212 struct ref_action *ra) in __print_stack_trace() argument 214 if (ra->trace_len == 0) { in __print_stack_trace() 218 stack_trace_print(ra->trace, ra->trace_len, 2); in __print_stack_trace() 221 static void inline __save_stack_trace(struct ref_action *ra) in __save_stack_trace() argument 226 struct ref_action *ra) in __print_stack_trace() argument 236 struct ref_action *ra; in free_block_entry() local 252 ra = list_first_entry(&be->actions, struct ref_action, in free_block_entry() 254 list_del(&ra->list); in free_block_entry() [all …]
|