/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 80 #define BPF_MOV64_REG(DST, SRC) \ argument 88 #define BPF_MOV32_REG(DST, SRC) \ argument 116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 124 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 144 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 46 #define BPF_MOV64_REG(DST, SRC) \ argument 54 #define BPF_MOV32_REG(DST, SRC) \ argument 84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.hpp | 74 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() argument
|
H A D | src.hpp | 48 class SRC : public Section class 101 SRC(const message::Entry& regEntry, const AdditionalData& additionalData, in SRC() function in openpower::pels::SRC
|
H A D | src.cpp | 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
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 408 #define fCLIP(DST, SRC, U) \ argument 482 #define fBIDIR_SHIFTL(SRC, SHAMT, REGSTYPE) \ argument 485 #define fBIDIR_ASHIFTL(SRC, SHAMT, REGSTYPE) \ argument 487 #define fBIDIR_LSHIFTL(SRC, SHAMT, REGSTYPE) \ argument 489 #define fBIDIR_ASHIFTL_SAT(SRC, SHAMT, REGSTYPE) \ argument 492 #define fBIDIR_SHIFTR(SRC, SHAMT, REGSTYPE) \ argument 495 #define fBIDIR_ASHIFTR(SRC, SHAMT, REGSTYPE) \ argument 497 #define fBIDIR_LSHIFTR(SRC, SHAMT, REGSTYPE) \ argument 499 #define fBIDIR_ASHIFTR_SAT(SRC, SHAMT, REGSTYPE) \ argument 503 #define fASHIFTR(SRC, SHAMT, REGSTYPE) (fCAST##REGSTYPE##s(SRC) >> (SHAMT)) argument [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | message_registry.json | 8 "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/ |
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
|
H A D | memcpy-archs.S | 26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 96 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 104 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 107 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 115 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 148 #define BPF_MOV64_REG(DST, SRC) \ argument 156 #define BPF_MOV32_REG(DST, SRC) \ argument 200 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 220 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 228 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 248 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 423 #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/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro
|
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/ |
H A D | Makefile | 3 SRC := $(shell pwd) macro
|
/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 289 #define fSTOREMMV(EA, SRC) \ argument 293 #define fSTOREMMVQ(EA, SRC, MASK) \ argument 297 #define fSTOREMMVNQ(EA, SRC, MASK) \ argument 301 #define fSTOREMMVU(EA, SRC) \ argument
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/ |
H A D | registry_example.json | 9 "SRC": { object
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctresource.h | 21 SRC, enumerator
|
/openbmc/linux/tools/verification/rv/ |
H A D | Makefile | 42 SRC := $(wildcard src/*.c) macro
|
/openbmc/linux/tools/tracing/rtla/ |
H A D | Makefile | 42 SRC := $(wildcard src/*.c) macro
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 25 #define SRC %rdx macro
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | dnfb.c | 90 #define SRC 0x3 macro
|
/openbmc/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | setup-sh7203.c | 38 SRC, IEBI, enumerator
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock_addr.c | 834 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument 839 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument
|
/openbmc/qemu/target/alpha/ |
H A D | helper.c | 30 #define CONVERT_BIT(X, SRC, DST) \ argument
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7770.c | 354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
|