/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 38 .src_reg = SRC, \ 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 46 .src_reg = SRC, \ 80 #define BPF_MOV64_REG(DST, SRC) \ argument 84 .src_reg = SRC, \ 88 #define BPF_MOV32_REG(DST, SRC) \ argument 92 .src_reg = SRC, \ 116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 120 .src_reg = SRC, \ [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 14 .src_reg = SRC, \ 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 22 .src_reg = SRC, \ 46 #define BPF_MOV64_REG(DST, SRC) \ argument 50 .src_reg = SRC, \ 54 #define BPF_MOV32_REG(DST, SRC) \ argument 58 .src_reg = SRC, \ 84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 88 .src_reg = SRC, \ [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 40 #define fCLIP(DST, SRC, U) (DST = fMIN((1 << U) - 1, fMAX(SRC, -(1 << U)))) 41 #define fBIDIR_ASHIFTL(SRC, SHAMT, REGSTYPE) \ 43 (fCAST##REGSTYPE##s(SRC) << SHAMT) : \ 44 (fCAST##REGSTYPE##s(SRC) >> -SHAMT)) 46 #define fBIDIR_LSHIFTL(SRC, SHAMT, REGSTYPE) \ 48 (fCAST##REGSTYPE##u(SRC) << SHAMT) : \ 49 (fCAST##REGSTYPE##u(SRC) >>> -SHAMT)) 51 #define fBIDIR_ASHIFTR(SRC, SHAMT, REGSTYPE) \ 53 (fCAST##REGSTYPE##s(SRC) >> SHAMT) : \ 54 (fCAST##REGSTYPE##s(SRC) << -SHAMT)) [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 408 #define fCLIP(DST, SRC, U) \ argument 412 DST = fMIN(maxv, fMAX(SRC, minv)); \ 482 #define fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE) \ argument 483 (((SHAMT) < 0) ? ((fCAST##REGSTYPE(SRC) >> ((-(SHAMT)) - 1)) >> 1) \ 484 : (fCAST##REGSTYPE(SRC) << (SHAMT))) 485 #define fBIDIR_ASHIFTL(SRC, SHAMT, REGSTYPE) \ argument 486 fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE##s) 487 #define fBIDIR_LSHIFTL(SRC, SHAMT, REGSTYPE) \ argument 488 fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE##u) 489 #define fBIDIR_ASHIFTL_SAT(SRC, SHAMT, REGSTYPE) \ argument [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | veth.sh | 7 readonly SRC=2 10 readonly NS_SRC=$BASE$SRC 42 ip link add name veth$SRC type veth peer name veth$DST 44 for ns in $SRC $DST; do 106 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null 146 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i 152 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu 174 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3 197 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2 229 chk_gro_flag "default - gro flag" $SRC off [all …]
|
H A D | udpgro_fwd.sh | 8 readonly SRC=2 11 readonly NS_SRC=$BASE$SRC 48 ip link add name veth$SRC type veth peer name veth$DST 50 for ns in $SRC $DST; do 78 for ns in $SRC $DST; do 83 for ns in $SRC $DST; do 90 local addr_src=$(ip -j -n $BASE$SRC link show dev vxlan6$SRC |jq -r '.[]["address"]') 91 ip -n $BASE$DST neigh add dev vxlan6$DST lladdr $addr_src $OL_NET_V6$SRC 92 ip -n $BASE$SRC neigh add dev vxlan6$SRC lladdr $addr_dst $OL_NET_V6$DST
|
/openbmc/qemu/scripts/ |
H A D | entitlement.sh | 12 SRC="$2" 18 cp -pPf "$SRC" "$DST.tmp" 19 SRC="$DST.tmp" 25 codesign --entitlements "$ENTITLEMENT" --force -s - "$SRC" 29 Rez -append "$ICON" -o "$SRC" 30 SetFile -a C "$SRC" 32 mv -f "$SRC" "$DST"
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.hpp | 48 class SRC : public Section class 73 SRC() = delete; 74 ~SRC() = default; 75 SRC(const SRC&) = delete; 76 SRC& operator=(const SRC&) = delete; 77 SRC(SRC&&) = delete; 78 SRC& operator=(SRC&&) = delete; 87 explicit SRC(Stream& pel); 101 SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC 103 SRC(regEntry, additionalData, nlohmann::json{}, dataIface) in SRC() [all …]
|
H A D | src.cpp | 257 void SRC::unflatten(Stream& stream) in unflatten() 276 void SRC::flatten(Stream& stream) const in flatten() 294 SRC::SRC(Stream& pel) in SRC() function in openpower::pels::SRC 308 SRC::SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC 387 void SRC::setUserDefinedHexWords(const message::Entry& regEntry, in setUserDefinedHexWords() 423 void SRC::setMotherboardCCIN(const DataInterfaceBase& dataIface) in setMotherboardCCIN() 446 void SRC::validate() in validate() 468 bool SRC::isBMCSRC() const in isBMCSRC() 480 bool SRC::isHostbootSRC() const in isHostbootSRC() 491 std::optional<std::string> SRC::getErrorDetails( in getErrorDetails() [all …]
|
H A D | registry.hpp | 74 struct SRC struct 118 SRC() : type(0), reasonCode(0), deconfigFlag(false), checkstopFlag(false) {} in SRC() argument 194 SRC src; 444 std::optional<std::map<SRC::WordNum, SRC::AdditionalDataField>> 456 std::optional<std::vector<SRC::WordNum>> getSRCSymptomIDFields(
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 25 #define SRC %rdx macro 85 add SRC, %r8 95 add SRC, %r8 106 add SRC, %r8 120 add SRC, %r8 249 mov SRC, %r8 255 movdqa 0x00(SRC), MSG 262 movdqa 0x10(SRC), MSG 269 movdqa 0x20(SRC), MSG 276 movdqa 0x30(SRC), MSG [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_test.cpp | 41 "SRC": 114 SRC src{stream}; in TEST_F() 155 SRC src{stream}; in TEST_F() 211 SRC src{entry, ad, dataIface}; in TEST_F() 251 SRC newSRC{stream}; in TEST_F() 279 SRC src{entry, ad, dataIface}; in TEST_F() 286 SRC src{entry, ad, dataIface}; in TEST_F() 293 SRC src{entry, ad, dataIface}; in TEST_F() 315 SRC src{*entry, ad, dataIface}; in TEST_F() 346 SRC src{entry, ad, dataIface}; in TEST_F() [all …]
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 96 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 100 .src_reg = SRC, \ 104 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 105 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 107 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 111 .src_reg = SRC, \ 115 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 116 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 148 #define BPF_MOV64_REG(DST, SRC) \ argument 152 .src_reg = SRC, \ [all …]
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 76 #define fGETNIBBLE(IDX, SRC) (fSXTN(4, 8, (SRC >> (4 * IDX)) & 0xF)) argument 77 #define fGETCRUMB(IDX, SRC) (fSXTN(2, 8, (SRC >> (2 * IDX)) & 0x3)) argument 78 #define fGETCRUMB_SYMMETRIC(IDX, SRC) \ argument 79 ((fGETCRUMB(IDX, SRC) >= 0 ? (2 - fGETCRUMB(IDX, SRC)) \ 80 : fGETCRUMB(IDX, SRC))) 289 #define fSTOREMMV(EA, SRC) \ argument 290 gen_vreg_store(ctx, EA, SRC##_off, insn->slot, true) 293 #define fSTOREMMVQ(EA, SRC, MASK) \ argument 294 gen_vreg_masked_store(ctx, EA, SRC##_off, MASK##_off, insn->slot, false) 297 #define fSTOREMMVNQ(EA, SRC, MASK) \ argument [all …]
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 806 DST = fMIN(maxv,fMAX(SRC,minv)); 988 …(((SHAMT) < 0) ? ((fCAST##REGSTYPE(SRC) >> ((-(SHAMT))-1)) >>1) : (fCAST##REGSTYPE(SRC) << (SHAMT)… 994 fBIDIR_SHIFTL(SRC,SHAMT,REGSTYPE##s), 1000 fBIDIR_SHIFTL(SRC,SHAMT,REGSTYPE##u), 1006 …HAMT) < 0) ? ((fCAST##REGSTYPE##s(SRC) >> ((-(SHAMT))-1)) >>1) : fSAT_ORIG_SHL(fCAST##REGSTYPE##s(… 1013 …(((SHAMT) < 0) ? ((fCAST##REGSTYPE(SRC) << ((-(SHAMT))-1)) << 1) : (fCAST##REGSTYPE(SRC) >> (SHAMT… 1019 fBIDIR_SHIFTR(SRC,SHAMT,REGSTYPE##s), 1025 fBIDIR_SHIFTR(SRC,SHAMT,REGSTYPE##u), 1031 …AMT) < 0) ? fSAT_ORIG_SHL((fCAST##REGSTYPE##s(SRC) << ((-(SHAMT))-1)) << 1,(SRC)) : (fCAST##REGSTY… 1037 (fCAST##REGSTYPE##s(SRC) >> (SHAMT)), [all …]
|
/openbmc/linux/arch/arc/lib/ |
H A D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/ |
H A D | 0001-asm-Delete-.func-.endfunc-directives.patch | 33 SRC .req x1 132 SRC .req r1 228 add SRC, SRC, SIZE 236 add SRC, SRC, SIZE 244 add SRC, SRC, SIZE 252 vld1.8 {d0, d1, d2, d3}, [SRC]! 260 add SRC, SRC, SIZE 428 movdqa xmm0, [SRC + 0] 437 movdqa xmm0, [SRC + 0]
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 72 ( fSXTN(4,8,(SRC >> (4*IDX)) & 0xF) ), 77 ( fSXTN(2,8,(SRC >> (2*IDX)) & 0x3) ), 82 ( (fGETCRUMB(IDX,SRC)>=0 ? (2-fGETCRUMB(IDX,SRC)) : fGETCRUMB(IDX,SRC) ) ), 585 …mem_store_vector_oddva(thread, insn, EA&~(ALIGNMENT-1), EA, insn->slot, LEN, &SRC.ub[0], 0, 0, fUS… 591 fSTOREMMV_AL(EA,fVECSIZE(),fVECSIZE(),SRC), 600 …mem_store_vector_oddva(thread, insn, EA&~(ALIGNMENT-1), EA, insn->slot, LEN, &SRC.ub[0], &maskvec.… 606 fSTOREMMVQ_AL(EA,fVECSIZE(),fVECSIZE(),SRC,MASK), 616 …mem_store_vector_oddva(thread, insn, EA&~(ALIGNMENT-1), EA, insn->slot, LEN, &SRC.ub[0], &maskvec.… 622 fSTOREMMVNQ_AL(EA,fVECSIZE(),fVECSIZE(),SRC,MASK), 632 …mem_store_vector_oddva(thread, insn, EA+size1, EA+fVECSIZE(), /* slot */ 1, size2, &SRC.ub[size1],… [all …]
|
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro 6 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) 9 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro 6 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) 9 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro 6 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) 9 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
H A D | openpower-ipmi-oem-error-native_git.bb | 14 SRC=${S}/org/open_power/OCC 17 install ${SRC}/Metrics.errors.yaml ${DEST} 18 install ${SRC}/Metrics.metadata.yaml ${DEST}
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/ |
H A D | witherspoon-pfault-analysis-error-native_git.bb | 13 SRC=${S}/org/open_power/Witherspoon 16 install ${SRC}/Fault.errors.yaml ${DEST} 17 install ${SRC}/Fault.metadata.yaml ${DEST}
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | README.md | 17 1. Provide the upper byte (the YY from above) of an SRC reason code in `BD` 27 the SRC reason code field for `BD` SRCs, or in the standalone `ComponentID` 175 ### SRC Type 177 This specifies the type of SRC to create. The type is the first 2 characters of 184 - BD = SRC type 186 - CCCC SRC reason code 188 For `11` SRCs, it looks like: `1100RRRR`, where RRRR is the SRC reason code. 194 ### SRC Reason Code 196 This is the 4 character value in the latter half of the SRC ASCII string. It is 205 ### SRC Symptom ID Fields [all …]
|