Lines Matching full:injection
10 return sprintf(buf, "0x%x\n", pvt->injection.section); in amd64_inject_section_show()
14 * store error injection section value which refers to one of 4 16-byte sections
37 pvt->injection.section = (u32) value; in amd64_inject_section_store()
47 return sprintf(buf, "0x%x\n", pvt->injection.word); in amd64_inject_word_show()
51 * store error injection word value which refers to one of 9 16-bit word of the
74 pvt->injection.word = (u32) value; in amd64_inject_word_store()
84 return sprintf(buf, "0x%x\n", pvt->injection.bit_map); in amd64_inject_ecc_vector_show()
88 * store 16 bit error injection vector which enables injecting errors to the
89 * corresponding bit within the error injection word above. When used during a
110 pvt->injection.bit_map = (u32) value; in amd64_inject_ecc_vector_store()
116 * fields needed by the injection registers and read the NB Array Data Port.
133 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in amd64_inject_read_store()
137 word_bits = SET_NB_DRAM_INJECTION_READ(pvt->injection); in amd64_inject_read_store()
149 * fields needed by the injection registers.
166 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in amd64_inject_write_store()
170 word_bits = SET_NB_DRAM_INJECTION_WRITE(pvt->injection); in amd64_inject_write_store()
182 /* wait until injection happens */ in amd64_inject_write_store()