Lines Matching refs:id
38 static __unused void print_status(int status, char *cpu_str, uint16_t cve, uint32_t id)
42 WARN(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "missing!");
44 WARN(ERRATUM_FORMAT, BL_STRING, cpu_str, id, "missing!");
48 INFO(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "applied");
50 INFO(ERRATUM_FORMAT, BL_STRING, cpu_str, id, "applied");
54 VERBOSE(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "not applied");
56 VERBOSE(ERRATUM_FORMAT, BL_STRING, cpu_str, id, "not applied");
86 assert(entry->id != 0);
97 print_status(status, cpu_ops->cpu_str, entry->cve, entry->id);
102 (last_cve_yr == entry->cve && last_erratum_id >= entry->id)) {
104 entry->cve, entry->id);
110 if (last_erratum_id >= entry->id || check_cve) {
112 entry->id);
116 last_erratum_id = entry->id;
192 void __unused errata_print_msg(unsigned int status, const char *cpu, const char *id)
206 assert(id != NULL);
212 VERBOSE(ERRATA_FORMAT, bl_str, cpu, id, msg);
216 INFO(ERRATA_FORMAT, bl_str, cpu, id, msg);
220 WARN(ERRATA_FORMAT, bl_str, cpu, id, msg);
224 WARN(ERRATA_FORMAT, bl_str, cpu, id, "unknown");