/openbmc/linux/arch/x86/crypto/ |
H A D | serpent-sse2-i586-asm_32.S | 29 #define RC %xmm2 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 …]
|
H A 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 …]
|
H A D | serpent-avx2-asm_64.S | 566 K2(RA, RB, RC, RD, RE, 0); 567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 571 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 572 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 573 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 574 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
H A D | serpent-avx-x86_64-asm_64.S | 566 K2(RA, RB, RC, RD, RE, 0); 567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 571 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 572 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 573 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 574 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 575 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
H A D | twofish-avx-x86_64-asm_64.S | 189 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 190 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); 193 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 194 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 197 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 198 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); 201 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 202 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/ |
H A D | smack_test_file_access.sh | 4 RC=0 20 …MP/notroot.py $uid "TheOne" $CAT $test_file 2>&1 1>/dev/null | grep -q "Permission denied" || RC=$? 21 if [ $RC -ne 0 ]; then 23 exit $RC 28 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 29 if [ $RC -ne 0 ]; then 31 exit $RC 39 python3 $TMP/notroot.py $uid "TheOne" $CAT $test_file | grep -q "TEST" || RC=$? 40 if [ $RC -ne 0 ]; then 42 exit $RC [all …]
|
H A D | test_smack_onlycap.sh | 2 RC=0 12 echo "$test_label" > $SMACK_PATH/onlycap || RC=$? 13 if [ $RC -ne 0 ]; then 15 return $RC
|
/openbmc/linux/include/rdma/ |
H A D | ib_pack.h | 94 IB_OPCODE(RC, SEND_FIRST), 95 IB_OPCODE(RC, SEND_MIDDLE), 96 IB_OPCODE(RC, SEND_LAST), 97 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE), 98 IB_OPCODE(RC, SEND_ONLY), 99 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE), 100 IB_OPCODE(RC, RDMA_WRITE_FIRST), 101 IB_OPCODE(RC, RDMA_WRITE_MIDDLE), 102 IB_OPCODE(RC, RDMA_WRITE_LAST), 103 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE), [all …]
|
/openbmc/u-boot/board/sysam/amcore/ |
H A D | amcore.c | 55 u32 dramsize, RC; in dram_init() local 78 RC = (CONFIG_SYS_CPU_CLK / 1000000) >> 1; in dram_init() 79 RC = (RC * 15) >> 4; in dram_init() 82 out_be16(&dc->dcr, 0x8200 | RC); in dram_init()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | sha1-powerpc-asm.S | 29 #define RC(t) ((((t)+2)%6)+7) macro 41 and r6,RB(t),RC(t); \ 52 and r6,RB(t),RC(t); \ 67 xor r6,RB(t),RC(t); \ 77 xor r6,RB(t),RC(t); \ 91 and r6,RB(t),RC(t); \ 96 and r0,RC(t),RD(t); \ 133 lwz RC(0),8(r3) /* C */ 176 add RC(0),RC(80),r18 182 stw RC(0),8(r3)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-platform-devices-ampere-smpro | 91 …| GIC (other) | 5 | 13-21 | ERR13 | RC # + 1 … 93 …| SMMU (other) | 6 | TCU | 100 | RC # … 95 …| SMMU (other) | 6 | TBU0 | 0 | RC # … 97 …| SMMU (other) | 6 | TBU1 | 1 | RC # … 99 …| SMMU (other) | 6 | TBU2 | 2 | RC # … 101 …| SMMU (other) | 6 | TBU3 | 3 | RC # … 103 …| SMMU (other) | 6 | TBU4 | 4 | RC # … 105 …| SMMU (other) | 6 | TBU5 | 5 | RC # … 107 …| SMMU (other) | 6 | TBU6 | 6 | RC # … 109 …| SMMU (other) | 6 | TBU7 | 7 | RC # … [all …]
|
/openbmc/u-boot/board/freescale/m5253demo/ |
H A D | m5253demo.c | 33 u32 RC, temp; in dram_init() local 35 RC = (CONFIG_SYS_CLK / 1000000) >> 1; in dram_init() 36 RC = (RC * 15) >> 4; in dram_init() 39 mbar_writeShort(MCFSIM_DCR, (0x8400 | RC)); in dram_init()
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-test-function.rst | 9 Traditionally PCI RC has always been validated by using standard 47 Bit 3 read command (read data from RC buffer) 48 Bit 4 write command (write data to RC buffer) 49 Bit 5 copy command (copy data from one RC buffer to another RC buffer) 72 This register contains the source address (RC buffer address) for the 77 This register contains the destination address (RC buffer address) for
|
/openbmc/linux/sound/hda/ |
H A D | hdmi_chmap.c | 32 RC = (1 << 6), /* Rear Center */ enumerator 67 [4] = RC, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 140 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } }, 141 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } }, 142 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 143 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 144 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 145 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 146 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 263 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 265 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 267 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 273 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 282 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs() 283 case OP(RC, RDMA_WRITE_FIRST): in parse_everbs_hdrs() 285 case OP(RC, RDMA_WRITE_ONLY): in parse_everbs_hdrs() 292 case OP(RC, RDMA_READ_RESPONSE_FIRST): in parse_everbs_hdrs() 293 case OP(RC, RDMA_READ_RESPONSE_LAST): in parse_everbs_hdrs() 294 case OP(RC, RDMA_READ_RESPONSE_ONLY): in parse_everbs_hdrs() [all …]
|
/openbmc/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 294 RC=$(config_get_test_result) 295 RC_NAME=$(errno_val_to_name $RC) 301 if [[ $RC -ge 0 ]]; then 302 echo "$1: FAIL, test expects $ERRNO_NAME - got $RC_NAME ($RC)" >&2 306 elif [[ $RC != $ERRNO ]]; then 307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2 311 echo "$1: OK! - Return value: $RC ($RC_NAME), expected $ERRNO_NAME"
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 60 RC = 0;\ 66 RC = 0;\ 71 RC = -EIO;\
|
/openbmc/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 41 RC = BIT(6), /* Rear Center */ enumerator 209 .mask = FL | FR | LFE | FC | RC }, 211 .mask = FL | FR | FC | RC }, 213 .mask = FL | FR | LFE | RC }, 215 .mask = FL | FR | RC }, 233 .mask = FL | FR | LFE | FC | RL | RR | RC }, 235 .mask = FL | FR | LFE | RC | FC | FLC | FRC }, 237 .mask = FL | FR | FC | RL | RR | RC }, 239 .mask = FL | FR | RC | FC | FLC | FRC }, 241 .mask = FL | FR | LFE | RL | RR | RC }, [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | go-ptest.bbclass | 26 RC=0 46 echo "run_test $testdir $testprog || RC=1" >> ${D}${PTEST_PATH}/run-ptest 50 echo "exit \$RC" >> ${D}${PTEST_PATH}/run-ptest
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_audit.sh | 7 RC=0 56 ((RC--)) 246 exit $RC
|
/openbmc/linux/tools/perf/tests/ |
H A D | perf-targz-src-pkg | 21 RC=$? 23 exit $RC
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 33 #define __PASTE(RA, RB, L, RC) \ argument 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 35 #define PASTE(RA, RB, L, RC) \ argument 36 .long __PASTE((RA), (RB), (L), (RC))
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | rc-core.rst | 63 The RC core also supports devices that have just IR emitters, 68 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR 70 corresponding scan code. The protocols supported by the RC core are 73 When the RC code receives a scan code (either directly, by a driver 80 sysfs nodes. See the :ref:`RC userspace API <Remote_controllers_Intro>`
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_redfishtool_utils.robot | 27 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 46 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 66 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 84 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd}
|
/openbmc/linux/drivers/media/cec/ |
H A D | Kconfig | 14 bool "HDMI CEC RC integration" 18 Pass on CEC remote control messages to the RC framework.
|