/linux-3.4.99/arch/x86/crypto/ ! |
D | serpent-sse2-i586-asm_32.S | 41 #define RB %xmm1 macro 530 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 532 K(RA, RB, RC, RD, RE, 0); 533 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 534 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 535 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 536 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 537 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 538 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 539 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
D | serpent-sse2-x86_64-asm_64.S | 653 K2(RA, RB, RC, RD, RE, 0); 654 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 655 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 656 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 657 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 658 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 659 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 660 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 661 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 662 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
/linux-3.4.99/arch/powerpc/xmon/ ! |
D | ppc-opc.c | 409 #define RB RAOPT + 1 macro 416 #define RBS RB + 1 1983 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1984 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1985 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1986 { "macchwo.", XO(4,172,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1987 { "macchws", XO(4,236,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1988 { "macchws.", XO(4,236,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1989 { "macchwso", XO(4,236,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, 1990 { "macchwso.", XO(4,236,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } }, [all …]
|
/linux-3.4.99/arch/powerpc/kvm/ ! |
D | book3s_32_sr.S | 103 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument 105 lwz RB,(n*16)+4(reg); \ 107 mtspr SPRN_IBAT##n##L,RB; \ 109 lwz RB,(n*16)+12(reg); \ 111 mtspr SPRN_DBAT##n##L,RB; \
|
/linux-3.4.99/Documentation/sh/ ! |
D | register-banks.txt | 8 bank (selected by SR.RB, only r0 ... r7 are banked), whereas other families 11 SR.RB banking 15 r0 ... r7 if SR.RB is set to the bank we are interested in, otherwise ldc/stc 17 when in the context of another bank. The developer must keep the SR.RB value
|
/linux-3.4.99/arch/sh/kernel/cpu/sh3/ ! |
D | swsusp.S | 88 3: .long 0x20000000 ! RB=1 141 2: .long 0x20000000 ! RB=1 142 3: .long 0xdfffffff ! RB=0
|
D | entry.S | 506 1: .long 0xcfffffff ! RB=0, BL=0
|
/linux-3.4.99/drivers/net/wireless/ath/carl9170/ ! |
D | main.c | 1481 #define RB (CARL9170_MAX_CMD_PAYLOAD_LEN) in carl9170_rng_get() macro 1491 BUILD_BUG_ON(RB > CARL9170_MAX_CMD_PAYLOAD_LEN); in carl9170_rng_get() 1499 RB, (u8 *) rng_load, in carl9170_rng_get() 1500 RB, (u8 *) buf); in carl9170_rng_get() 1515 #undef RB in carl9170_rng_get() 1813 #define RB (sizeof(u32) * RW) in carl9170_read_eeprom() macro 1820 BUILD_BUG_ON(RB > CARL9170_MAX_CMD_LEN - 4); in carl9170_read_eeprom() 1823 BUILD_BUG_ON(sizeof(ar->eeprom) % RB); in carl9170_read_eeprom() 1826 for (i = 0; i < sizeof(ar->eeprom) / RB; i++) { in carl9170_read_eeprom() 1829 RB * i + 4 * j); in carl9170_read_eeprom() [all …]
|
/linux-3.4.99/arch/arm/mm/ ! |
D | proc-sa1100.S | 150 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB 190 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB 191 mcr p15, 0, ip, c9, c0, 5 @ allow user space to use RB
|
/linux-3.4.99/arch/powerpc/kernel/ ! |
D | misc_64.S | 305 #define LBZCIX(RT,RA,RB) .long (0x7c0006aa|(RT<<21)|(RA<<16)|(RB << 11)) argument 306 #define STBCIX(RS,RA,RB) .long (0x7c0007aa|(RS<<21)|(RA<<16)|(RB << 11)) argument
|
D | head_32.S | 39 #define LOAD_BAT(n, reg, RA, RB) \ argument 45 lwz RB,(n*16)+4(reg); \ 47 mtspr SPRN_IBAT##n##L,RB; \ 50 lwz RB,(n*16)+12(reg); \ 52 mtspr SPRN_DBAT##n##L,RB; \
|
/linux-3.4.99/arch/sh/ ! |
D | Kconfig.cpu | 93 This will enable the use of SR.RB register bank usage. Processors 98 information on SR.RB and register banking in the kernel in general.
|
/linux-3.4.99/arch/sh/kernel/ ! |
D | head_32.S | 62 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF 333 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
|
D | relocate_kernel.S | 226 .long 0x20000000 ! RB=1
|
/linux-3.4.99/arch/powerpc/mm/ ! |
D | tlb_nohash_low.S | 196 # define ICBT(CT,RA,RB) \ argument 197 .long 0x7c00002c | ((CT) << 21) | ((RA) << 16) | ((RB) << 11)
|
/linux-3.4.99/arch/m68k/include/asm/ ! |
D | traps.h | 110 #define RB (0x1000) macro
|
/linux-3.4.99/arch/sh/kernel/cpu/shmobile/ ! |
D | sleep.S | 241 rb_bit: .long 0x20000000 ! RB=1 403 _rb_bit: .long 0x20000000 ! RB=1
|
/linux-3.4.99/arch/m68k/kernel/ ! |
D | traps.c | 1035 if (ssw & RB) in bad_super_trap()
|
/linux-3.4.99/Documentation/scsi/ ! |
D | ChangeLog.megaraid_sas | 303 with megaraid_sas. Thanks to RB for providing the logs and
|
/linux-3.4.99/arch/x86/lib/ ! |
D | x86-opcode-map.txt | 110 45: INC eBP (i64) | REX.RB (o64)
|