Searched defs:syndtype (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_synd.c175 mcamd_synd_validate(struct mcamd_hdl *hdl, uint32_t synd, int syndtype) argument
179 switch (syndtype) {
188 "mcamd_synd_validate: invalid syndtype %d\n", syndtype);
195 syndtype == AMD_SYNDTYPE_ECC ? "64/8" : "ChipKill",
H A Dmcamd_patounum.c348 uint8_t valid_lo, uint32_t synd, int syndtype)
388 if (syndtype == AMD_SYNDTYPE_ECC) {
444 uint8_t valid_lo, uint32_t synd, int syndtype,
581 synd, syndtype)) < 0)
612 uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump)
628 syndtype, &bkdg_unum);
656 syndtype)) < 0)
694 uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype,
700 "synd=0x%x, syndtype=%d\n", pa, synd, syndtype);
347 mc_whichdimm(struct mcamd_hdl *hdl, mcamd_node_t *cs, uint64_t pa, uint8_t valid_lo, uint32_t synd, int syndtype) argument
443 mc_bkdg_patounum(struct mcamd_hdl *hdl, mcamd_node_t *mc, uint64_t pa, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument
611 mc_patounum(struct mcamd_hdl *hdl, mcamd_node_t *mc, uint64_t pa, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument
693 mcamd_patounum(struct mcamd_hdl *hdl, mcamd_node_t *root, uint64_t pa, uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c89 uint32_t synd, int syndtype, mc_unum_t *unump)
88 inb_patounum(void *arg, uint64_t pa, uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c458 uint32_t synd, int syndtype, mc_unum_t *unump)
468 valid_hi, valid_lo, synd, syndtype, unump);
457 mcamd_patounum_wrap(void *arg, uint64_t pa, uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c708 uint_t synd, syndtype; local
716 synd = ao_ereport_synd(ao, status, &syndtype,
726 DATA_TYPE_STRING, (syndtype == AMD_SYNDTYPE_CHIPKILL ?
736 aed->aed_addrvalid_lo, synd, syndtype, &unum) ==
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c834 int syndtype, mc_unum_t *up)
847 pa, valid_hi, valid_lo, synd, syndtype, up));
860 valid_lo, synd, syndtype, up);
833 cmi_mc_patounum(uint64_t pa, uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *up) argument
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c637 uint32_t synd, int syndtype, mc_unum_t *unump)
651 channel = address_to_channel(node, pa, syndtype, &log_chan, &caddr, 0);
636 nhm_patounum(void *arg, uint64_t pa, uint8_t valid_hi, uint8_t valid_lo, uint32_t synd, int syndtype, mc_unum_t *unump) argument

Completed in 74 milliseconds