Lines Matching defs:reg_dump
172 uint32_t *reg_dump,
196 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump);
198 memcpy(section->ctx.reg_dump, reg_dump, reg_count * sizeof(uint32_t));
230 section->ctx.reg_arr_size = sizeof(section->ctx.reg_dump);
236 section->ctx.reg_dump[CPER_ACA_REG_CTL_LO] = 0x1;
237 section->ctx.reg_dump[CPER_ACA_REG_CTL_HI] = 0x0;
238 section->ctx.reg_dump[CPER_ACA_REG_STATUS_LO] = 0x137;
239 section->ctx.reg_dump[CPER_ACA_REG_STATUS_HI] = 0xB0000000;
240 section->ctx.reg_dump[CPER_ACA_REG_ADDR_LO] = 0x0;
241 section->ctx.reg_dump[CPER_ACA_REG_ADDR_HI] = 0x0;
242 section->ctx.reg_dump[CPER_ACA_REG_MISC0_LO] = 0x0;
243 section->ctx.reg_dump[CPER_ACA_REG_MISC0_HI] = 0x0;
244 section->ctx.reg_dump[CPER_ACA_REG_CONFIG_LO] = 0x2;
245 section->ctx.reg_dump[CPER_ACA_REG_CONFIG_HI] = 0x1ff;
246 section->ctx.reg_dump[CPER_ACA_REG_IPID_LO] = (socket_id / 4) & 0x01;
247 section->ctx.reg_dump[CPER_ACA_REG_IPID_HI] = 0x096 | (((socket_id % 4) & 0x3) << 12);
248 section->ctx.reg_dump[CPER_ACA_REG_SYND_LO] = 0x0;
249 section->ctx.reg_dump[CPER_ACA_REG_SYND_HI] = 0x0;