Searched refs:us_capable (Results 1 – 4 of 4) sorted by relevance
100 if (!ucode->us_capable(CPU)) { in ucode_init()248 if (!ucode->us_capable(CPU)) in ucode_update()339 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_read_rev()365 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_locate()418 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_apply()450 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_finish()505 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_check_boot()598 if (ucode == NULL || !ucode->us_capable(CPU)) in ucode_get_rev()
415 .us_capable = ucode_capable_intel,
425 .us_capable = ucode_capable_amd,
147 bool (*us_capable)(cpu_t *); member