/qemu/qapi/ |
H A D | cxl.json | 201 # locally detected errors (e.g. ECC failure) or poisoned writes 224 # @cache-data-parity: Data error such as data parity or data ECC error 233 # @cache-data-ecc: ECC error on CXL.cache 235 # @mem-data-parity: Data error such as data parity or data ECC error 244 # @mem-data-ecc: Data ECC error on CXL.mem. 268 'cache-data-ecc', 272 'mem-data-ecc', 322 # @cache-data-ecc: Data ECC error on CXL.cache 324 # @mem-data-ecc: Data ECC error on CXL.mem 341 'data': ['cache-data-ecc', [all …]
|
/qemu/hw/misc/ |
H A D | eccmemctl.c | 2 * QEMU Sparc Sun4m ECC memory controller emulation 59 /* ECC fault control register */ 60 #define ECC_MER_EE 0x00000001 /* Enable ECC checking */ 81 /* ECC memory delay register */ 91 /* ECC fault status register */ 101 /* ECC fault address register 0 */ 112 /* ECC diagnostic register */ 272 .name ="ECC", 310 memory_region_init_io(&s->iomem, obj, &ecc_mem_ops, s, "ecc", ECC_SIZE); in ecc_init() 323 "ecc.diag", ECC_DIAG_SIZE); in ecc_realize()
|
H A D | stm32l4x5_syscfg.c | 178 /* bits[3:0] (ECC Lock) are set by software, cleared only by reset.*/ in stm32l4x5_syscfg_write()
|
/qemu/include/hw/nvram/ |
H A D | npcm7xx_otp.h | 67 * npcm7xx_otp_array_write - ECC encode and write data to OTP array. 71 * @len: Number of bytes before ECC encoding.
|
/qemu/include/hw/ppc/ |
H A D | pnv_xive.h | 79 * These are in a SRAM protected by ECC. 151 * These are in a SRAM protected by ECC.
|
/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 332 DEF_FEAT(PCKMO_ECC_P256, "pckmo-ecc-p256", PCKMO, 32, "PCKMO Encrypt-ECC-P256-Key") 333 DEF_FEAT(PCKMO_ECC_P384, "pckmo-ecc-p384", PCKMO, 33, "PCKMO Encrypt-ECC-P384-Key") 334 DEF_FEAT(PCKMO_ECC_P521, "pckmo-ecc-p521", PCKMO, 34, "PCKMO Encrypt-ECC-P521-Key") 335 DEF_FEAT(PCKMO_ECC_ED25519, "pckmo-ecc-ed25519", PCKMO, 40 , "PCKMO Encrypt-ECC-Ed25519-Key") 336 DEF_FEAT(PCKMO_ECC_ED448, "pckmo-ecc-ed448", PCKMO, 41 , "PCKMO Encrypt-ECC-Ed448-Key")
|
/qemu/hw/ssi/ |
H A D | pnv_spi.c | 130 * Adding an ECC count let's us know when we have found a payload byte in spi_response() 133 * indicate that we are taking in data with ECC and either applying in spi_response() 134 * the ECC or discarding it. in spi_response() 144 * shifted into RDR so we can discard every 9th byte when ECC is in spi_response() 298 * of the shift register, 64 bits or 72 bits if ECC is enabled. in calculate_N1() 307 "ECC enabled, bytes = 0x%x, bits = 0x%x\n", in calculate_N1() 530 * known size of the shift register, 64 bits or 72 bits if ECC in calculate_N2() 539 /* Unsupported N2 shift size when ECC enabled */ in calculate_N2()
|
/qemu/include/hw/misc/ |
H A D | npcm_gcr.h | 31 * 5: ECC disabled.
|
/qemu/target/xtensa/core-de212/ |
H A D | core-isa.h | 255 #define XCHAL_HAVE_AXI_ECC 0 /* ECC on AXI bus */ 298 #define XCHAL_INSTRAM0_ECC_PARITY 0 /* ECC/parity type, 0=none */ 306 #define XCHAL_DATARAM0_ECC_PARITY 0 /* ECC/parity type, 0=none */ 315 #define XCHAL_XLMI0_ECC_PARITY 0 /* ECC/parity type, 0=none */ 499 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|
/qemu/hw/i2c/ |
H A D | smbus_eeprom.c | 266 /* DIMM configuration 0 = non-ECC */ in spd_data_generate() 269 /* ECC SDRAM width */ in spd_data_generate()
|
/qemu/target/xtensa/core-sample_controller/ |
H A D | core-isa.h | 270 #define XCHAL_HAVE_AXI_ECC 0 /* ECC on AXI bus */ 316 #define XCHAL_INSTRAM0_ECC_PARITY 0 /* ECC/parity type, 0=none */ 324 #define XCHAL_DATARAM0_ECC_PARITY 0 /* ECC/parity type, 0=none */ 333 #define XCHAL_DATARAM1_ECC_PARITY 0 /* ECC/parity type, 0=none */ 520 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 511 0x05: '32-bit ECC', 512 0x06: '64-bit ECC', 513 0x07: '128-bit ECC', 633 0x05: 'Single-bit ECC', 634 0x06: 'Multi-bit ECC' 1039 0x01: 'Single-bit ECC memory error', 1040 0x02: 'Multi-bit ECC memory error', 1121 0x05: "Single-bit ECC", 1122 0x06: "Multi-bit ECC",
|
/qemu/hw/pci-host/ |
H A D | gt64120.c | 137 /* ECC */ 549 /* ECC */ in gt64120_writel() 750 /* ECC */ in gt64120_readl() 1126 /* ECC */ in gt64120_reset()
|
/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 180 /* XXX 440EP's ECC interrupts are on UIC1, but we've only created UIC0. */ in bamboo_init()
|
H A D | sam460ex.c | 337 /* FIXME: does 460EX have ECC interrupts? */ in sam460ex_init()
|
H A D | ppc4xx_sdram.c | 376 s->ecccfg = 0; /* No ECC */ in ppc4xx_sdram_ddr_reset()
|
/qemu/docs/devel/ |
H A D | kconfig.rst | 250 select ECC
|
/qemu/target/xtensa/core-de233_fpu/ |
H A D | core-isa.h | 348 #define XCHAL_HAVE_AXI_ECC 0 /* ECC on AXI bus */ 602 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|
/qemu/pc-bios/dtb/ |
H A D | petalogix-ml605.dts | 74 xlnx,ecc-use-ce-exception = < 0x00 >;
|
/qemu/hw/ide/ |
H A D | ide-internal.h | 44 #define ECC_ERR 0x40 /* Uncorrectable ECC error */
|
/qemu/hw/sparc/ |
H A D | sun4m.c | 851 /* models without ECC don't trap when missing ram is accessed */ in sun4m_hw_init() 853 empty_slot_init("ecc", machine->ram_size, in sun4m_hw_init()
|
/qemu/target/sparc/ |
H A D | asi.h | 93 #define ASI_M_CTL 0x2F /* Control Space (ECC and MXCC are here) */
|
/qemu/target/xtensa/core-dc232b/ |
H A D | core-isa.h | 330 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|
/qemu/target/xtensa/core-fsf/ |
H A D | core-isa.h | 302 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|
/qemu/target/xtensa/core-dsp3400/ |
H A D | core-isa.h | 365 #define XCHAL_HAVE_MEM_ECC_PARITY 0 /* local memory ECC/parity */
|