Searched refs:aca_reg (Results 1 – 4 of 4) sorted by relevance
140 fatal->data.reg.status = trace->aca_reg.regs[RAS_CPER_ACA_REG_STATUS]; in fill_section_fatal()141 fatal->data.reg.addr = trace->aca_reg.regs[RAS_CPER_ACA_REG_ADDR]; in fill_section_fatal()142 fatal->data.reg.ipid = trace->aca_reg.regs[RAS_CPER_ACA_REG_IPID]; in fill_section_fatal()143 fatal->data.reg.synd = trace->aca_reg.regs[RAS_CPER_ACA_REG_SYND]; in fill_section_fatal()166 runtime->reg.reg_dump[RAS_CPER_ACA_REG_CTL] = trace->aca_reg.regs[ACA_REG_IDX__CTL]; in fill_section_runtime()167 runtime->reg.reg_dump[RAS_CPER_ACA_REG_STATUS] = trace->aca_reg.regs[ACA_REG_IDX__STATUS]; in fill_section_runtime()168 runtime->reg.reg_dump[RAS_CPER_ACA_REG_ADDR] = trace->aca_reg.regs[ACA_REG_IDX__ADDR]; in fill_section_runtime()169 runtime->reg.reg_dump[RAS_CPER_ACA_REG_MISC0] = trace->aca_reg.regs[ACA_REG_IDX__MISC0]; in fill_section_runtime()170 runtime->reg.reg_dump[RAS_CPER_ACA_REG_CONFIG] = trace->aca_reg.regs[ACA_REG_IDX__CONFG]; in fill_section_runtime()171 runtime->reg.reg_dump[RAS_CPER_ACA_REG_IPID] = trace->aca_reg.regs[ACA_REG_IDX__IPID]; in fill_section_runtime()[all …]
255 memcpy(&log->aca_reg, data, sizeof(log->aca_reg)); in ras_log_ring_add_log_event()258 memcpy(&log->aca_reg, ras_rma_aca_reg, sizeof(log->aca_reg)); in ras_log_ring_add_log_event()261 log->aca_reg.regs[ACA_REG_IDX__IPID] |= ((socket_id / 4) & 0x01); in ras_log_ring_add_log_event()262 log->aca_reg.regs[ACA_REG_IDX__IPID] |= (((socket_id % 4) & 0x3) << 44); in ras_log_ring_add_log_event()
52 struct ras_aca_reg aca_reg; member
319 memcpy(&record->aca_reg, in ras_cmd_get_batch_trace_records()320 &trace_arry[j]->aca_reg, sizeof(trace_arry[j]->aca_reg)); in ras_cmd_get_batch_trace_records()