Home
last modified time | relevance | path

Searched defs:ele (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-proc-control/extensions/phal/
H A Dphal_error.cpp327 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processNonFunctionalBootProc()
372 std::pair<std::string, std::string>& ele) -> void { in processClockInfoErrorHelper()
408 std::pair<std::string, std::string>& ele) -> void { in processClockInfoErrorHelper()
537 std::pair<std::string, std::string>& ele) -> void { in processPoweroffError()
589 std::pair<std::string, std::string>& ele) -> void { in processBootErrorHelper()
765 std::pair<std::string, std::string>& ele) -> void { in processBootErrorHelper()
875 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processSbeBootError()
968 [&pelAdditionalData](std::pair<std::string, std::string>& ele) -> void { in processGuardPartitionAccessError()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp268 const std::pair<std::string, std::string>& ele) -> void { in processClockInfoErrorHelper()
321 [&ffdcUserData](std::pair<std::string, std::string>& ele) -> void { in convertFAPItoPELformat()
H A Dphal_service_actions.cpp104 std::ranges::for_each(entityPath, [&ss](const auto& ele) { in createGuardRecords()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfru_oem_ibm.cpp75 for (const auto& ele : pcieData->classCode) in processOEMFRUTable() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c39 static void neon_load_element(TCGv_i32 var, int reg, int ele, MemOp mop) in neon_load_element()
58 static void neon_load_element64(TCGv_i64 var, int reg, int ele, MemOp mop) in neon_load_element64()
80 static void neon_store_element(int reg, int ele, MemOp size, TCGv_i32 var) in neon_store_element()
99 static void neon_store_element64(int reg, int ele, MemOp size, TCGv_i64 var) in neon_store_element64()
H A Dtranslate.c1175 void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp memop) in read_neon_element32()
1201 void read_neon_element64(TCGv_i64 dest, int reg, int ele, MemOp memop) in read_neon_element64()
1220 void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) in write_neon_element32()
1239 void write_neon_element64(TCGv_i64 src, int reg, int ele, MemOp memop) in write_neon_element64()
H A Dtranslate-sve.c2790 TCGv_i64 ele; in do_clast_vector() local
2839 TCGv_i64 ele, cmp; in TRANS_FEAT() local