Home
last modified time | relevance | path

Searched refs:best_compat (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1112 uint32_t best_compat = 0; in cas_check_pvr() local
1134 if (ppc_check_compat(cpu, pvr, best_compat, max_compat)) { in cas_check_pvr()
1135 best_compat = pvr; in cas_check_pvr()
1143 trace_spapr_cas_pvr(cpu->compat_pvr, explicit_match, best_compat); in cas_check_pvr()
1145 return best_compat; in cas_check_pvr()