Searched defs:ele (Results 1 – 7 of 7) sorted by relevance
/openbmc/openpower-proc-control/extensions/phal/ |
H A D | phal_error.cpp | 327 [&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 D | fapi_data_process.cpp | 268 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 D | phal_service_actions.cpp | 104 std::ranges::for_each(entityPath, [&ss](const auto& ele) { in createGuardRecords()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | fru_oem_ibm.cpp | 75 for (const auto& ele : pcieData->classCode) in processOEMFRUTable() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 39 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 D | translate.c | 1175 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 D | translate-sve.c | 2790 TCGv_i64 ele; in do_clast_vector() local 2839 TCGv_i64 ele, cmp; in TRANS_FEAT() local
|