Lines Matching defs:info
20 * This macro must be used in the same file as the array of error record info
29 /* Error record info iterator */
81 /* Interrupt number, and the associated error record info */
88 typedef int (*err_record_probe_t)(const struct err_record_info *info,
115 typedef int (*err_record_handler_t)(const struct err_record_info *info,
178 static inline int ras_err_ser_probe_memmap(const struct err_record_info *info,
181 assert(info->version == ERR_HANDLER_VERSION);
183 return ser_probe_memmap(info->memmap.base_addr, info->memmap.size_num_k,
187 static inline int ras_err_ser_probe_sysreg(const struct err_record_info *info,
190 assert(info->version == ERR_HANDLER_VERSION);
192 return ser_probe_sysreg(info->sysreg.idx_start, info->sysreg.num_idx,