Searched refs:max_compat (Results 1 – 1 of 1) sorted by relevance
1111 static uint32_t cas_check_pvr(PowerPCCPU *cpu, uint32_t max_compat, in cas_check_pvr() argument1137 if (ppc_check_compat(cpu, pvr, best_compat, max_compat)) { in cas_check_pvr()1165 uint32_t max_compat = spapr->max_compat_pvr; in do_client_architecture_support() local1178 cas_pvr = cas_check_pvr(cpu, max_compat, &vec, &raw_mode_supported); in do_client_architecture_support()1179 if (!cas_pvr && (!raw_mode_supported || max_compat)) { in do_client_architecture_support()