Home
last modified time | relevance | path

Searched defs:SRC (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/samples/bpf/
Dbpf_insn.h
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.hpp74 struct SRC struct
79 uint8_t type;
84 uint16_t reasonCode;
91 using WordNum = size_t;
92 std::optional<std::vector<WordNum>> symptomID;
105 using AdditionalDataField = std::tuple<std::string, std::string>;
106 std::optional<std::map<WordNum, AdditionalDataField>> hexwordADFields;
111 bool deconfigFlag;
116 bool checkstopFlag;
118 SRC() : type(0), reasonCode(0), deconfigFlag(false), checkstopFlag(false) {} in SRC() function
H A Dsrc.hpp48 class SRC : public Section class
101 SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC
H A Dsrc.cpp299 SRC::SRC(Stream& pel) in SRC() function in openpower::pels::SRC
313 SRC::SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC
/openbmc/qemu/target/hexagon/
H A Dmacros.h409 #define fCLIP(DST, SRC, U) \ argument
483 #define fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE) \ argument
486 #define fBIDIR_ASHIFTL(SRC, SHAMT, REGSTYPE) \ argument
488 #define fBIDIR_LSHIFTL(SRC, SHAMT, REGSTYPE) \ argument
490 #define fBIDIR_ASHIFTL_SAT(SRC, SHAMT, REGSTYPE) \ argument
493 #define fBIDIR_SHIFTR(SRC, SHAMT, REGSTYPE) \ argument
496 #define fBIDIR_ASHIFTR(SRC, SHAMT, REGSTYPE) \ argument
498 #define fBIDIR_LSHIFTR(SRC, SHAMT, REGSTYPE) \ argument
500 #define fBIDIR_ASHIFTR_SAT(SRC, SHAMT, REGSTYPE) \ argument
504 #define fASHIFTR(SRC, SHAMT, REGSTYPE) (fCAST##REGSTYPE##s(SRC) >> (SHAMT)) argument
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A Dmessage_registry.json8 "SRC": { object
30 "SRC": { object
51 "SRC": { object
67 "SRC": { object
84 "SRC": { object
101 "SRC": { object
116 "SRC": { object
145 "SRC": { object
174 "SRC": { object
203 "SRC": { object
[all …]
/openbmc/linux/arch/arc/lib/
Dmemcpy-archs-unaligned.S
Dmemcpy-archs.S
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/
H A DMakefile3 SRC := $(shell pwd) macro
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/
H A DMakefile3 SRC := $(shell pwd) macro
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/
H A DMakefile3 SRC := $(shell pwd) macro
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c423 #define TEST_x_OP_x(RESTYPE, CHECKFN, SRCTYPE, FUNC, SRC, RES, USR_RES) \ argument
433 #define TEST_R_OP_R(FUNC, SRC, RES, USR_RES) \ argument
436 #define TEST_R_OP_P(FUNC, SRC, RES, USR_RES) \ argument
439 #define TEST_P_OP_P(FUNC, SRC, RES, USR_RES) \ argument
442 #define TEST_P_OP_R(FUNC, SRC, RES, USR_RES) \ argument
445 #define TEST_xp_OP_x(RESTYPE, CHECKFN, SRCTYPE, FUNC, SRC, \ argument
458 #define TEST_Rp_OP_R(FUNC, SRC, RES, PRED_RES, USR_RES) \ argument
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h78 #define fGETNIBBLE(IDX, SRC) (fSXTN(4, 8, (SRC >> (4 * IDX)) & 0xF)) argument
79 #define fGETCRUMB(IDX, SRC) (fSXTN(2, 8, (SRC >> (2 * IDX)) & 0x3)) argument
80 #define fGETCRUMB_SYMMETRIC(IDX, SRC) \ argument
291 #define fSTOREMMV(EA, SRC) \ argument
295 #define fSTOREMMVQ(EA, SRC, MASK) \ argument
299 #define fSTOREMMVNQ(EA, SRC, MASK) \ argument
303 #define fSTOREMMVU(EA, SRC) \ argument
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dregistry_example.json9 "SRC": { object
/openbmc/linux/sound/pci/ctxfi/
Dctresource.h
/openbmc/linux/tools/verification/rv/
DMakefile
/openbmc/linux/tools/tracing/rtla/
DMakefile
/openbmc/linux/arch/x86/crypto/
Daegis128-aesni-asm.S
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
Dsetup-sh7203.c
/openbmc/qemu/target/alpha/
H A Dhelper.c32 #define CONVERT_BIT(X, SRC, DST) \ argument
H A Dfpu_helper.c38 #define CONVERT_BIT(X, SRC, DST) \ argument
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_sock_addr.c
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7770.c
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c88 #define CONVERT_BIT(X, SRC, DST) \ argument
/openbmc/linux/drivers/mmc/host/
Domap_hsmmc.c

12