Home
last modified time | relevance | path

Searched full:corrected (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/libcper/specification/json/sections/
H A Dcper-generic-processor.json32 "required": ["restartable", "preciseIP", "overflow", "corrected"],
46 "corrected": { object
48 "description": "the error was corrected by hardware and/or firmware"
H A Dcper-arm-processor.json130 "corrected": { object
160 "corrected": { object
190 "corrected": { object
/openbmc/libcper/examples/
H A Dgeneric.json10 "name": "Corrected"
74 "corrected": false boolean
H A Darm.json90 "corrected": true, boolean
120 "corrected": false, boolean
H A Ddmariommu.json10 "name": "Corrected"
H A Dcxlcomponent-media.json54 "name": "Corrected"
H A Dpcidev.json54 "name": "Corrected"
H A Dmemory.json10 "name": "Corrected"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDimm.interface.yaml80 Single bit data errors can be corrected by ECC.
83 Multibit data errors can be corrected by ECC.
86 Address parity errors can be corrected.
/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h178 /* Get statistics about corrected/uncorrected errors */
233 * @corrected: number of corrected bits
239 __u32 corrected; member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c183 return 1; /* Corrected the error */ in yaffs_ecc_correct()
193 return 1; /* Corrected the error */ in yaffs_ecc_correct()
266 return 1; /* corrected */ in yaffs_ecc_correct_other()
275 return 1; /* corrected */ in yaffs_ecc_correct_other()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.hpp25 * @return std::tuple<actionFlags, eventType> - The corrected values.
/openbmc/openbmc/poky/meta/files/
H A Dfs-perms-volatile-log.txt30 # Documentation should always be corrected
H A Dfs-perms-volatile-tmp.txt30 # Documentation should always be corrected
H A Dfs-perms.txt30 # Documentation should always be corrected
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-generic.h40 (const char *[]){ "restartable", "preciseIP", "overflow", "corrected" }
H A Dcper-section-memory.h51 "Scrub Corrected Error", \
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNIST-Software16 UNINTERRUPTED OR ERROR-FREE, OR THAT ANY DEFECTS WILL BE CORRECTED. NIST DOES
H A DMinpack40 BE CORRECTED.
H A DEPICS30 …E SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED.
/openbmc/qemu/include/exec/
H A Dicount.h54 * (precise mode), or it is constantly approximated and corrected at
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c118 * @return 0 if data is OK or corrected, else returns -1
135 /* Single bit errors can be corrected! */ in omap_correct_data()
489 * @return 0 if data is OK or corrected, else returns -1
561 debug("nand: bit-flip corrected @data=%d\n", byte_pos); in omap_correct_data_bch()
564 debug("nand: bit-flip corrected @oob=%d\n", byte_pos - in omap_correct_data_bch()
632 mtd->ecc_stats.corrected += stat; in omap_read_page_bch()
666 debug("corrected bitflip %u\n", errloc[i]); in omap_correct_data_bch_sw()
890 * @eccstrength - the number of bits that could be corrected
/openbmc/libcper/sections/
H A Dcper-section-arm.c535 cache_tlb_error_ir, "corrected", in cper_arm_cache_tlb_error_to_ir()
536 json_object_new_boolean(cache_tlb_error->Corrected)); in cper_arm_cache_tlb_error_to_ir()
600 bus_error_ir, "corrected", in cper_arm_bus_error_to_ir()
601 json_object_new_boolean(bus_error->Corrected)); in cper_arm_bus_error_to_ir()
1141 if (json_object_object_get_ex(error_information, "corrected", &obj)) { in ir_arm_error_cache_tlb_info_to_cper()
1142 error_info_cper->Corrected = json_object_get_boolean(obj); in ir_arm_error_cache_tlb_info_to_cper()
1197 if (json_object_object_get_ex(error_information, "corrected", &obj)) { in ir_arm_error_bus_info_to_cper()
1198 error_info_cper->Corrected = json_object_get_boolean(obj); in ir_arm_error_bus_info_to_cper()
1201 error_info_cper->Corrected = 0; in ir_arm_error_bus_info_to_cper()
/openbmc/qemu/tests/qemu-iotests/
H A D081.out46 == checking that quorum has corrected the corrupted file ==
73 -- checking that the image has been corrected --
/openbmc/qemu/qapi/
H A Dcxl.json180 # @corrected-volatile-error-count: Total number of correctable errors
183 # @corrected-persistent-error-count: Total number of correctable
194 'corrected-volatile-error-count': 'uint32',
195 'corrected-persistent-error-count': 'uint32'

123456