Searched refs:us_capable (Results 1 – 4 of 4) sorted by relevance
103 if (!ucode->us_capable(CPU)) { in ucode_init()251 if (!ucode->us_capable(CPU)) in ucode_update()342 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_read_rev()369 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_locate()435 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_apply()469 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_finish()523 if (ucode == NULL || !ucode->us_capable(cp)) in ucode_check_boot()638 if (ucode == NULL || !ucode->us_capable(CPU)) in ucode_get_rev()
416 .us_capable = ucode_capable_intel,
501 .us_capable = ucode_capable_amd,
148 bool (*us_capable)(cpu_t *); member