Lines Matching defs:cve
38 static __unused void print_status(int status, char *cpu_str, uint16_t cve, uint32_t id)
41 if (cve) {
42 WARN(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "missing!");
47 if (cve) {
48 INFO(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "applied");
53 if (cve) {
54 VERBOSE(CVE_FORMAT, BL_STRING, cpu_str, cve, id, "not applied");
97 print_status(status, cpu_ops->cpu_str, entry->cve, entry->id);
100 if (entry->cve) {
101 if (last_cve_yr > entry->cve ||
102 (last_cve_yr == entry->cve && last_erratum_id >= entry->id)) {
104 entry->cve, entry->id);
108 last_cve_yr = entry->cve;