Searched refs:max_compat (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_hcall.c | 1123 static uint32_t cas_check_pvr(PowerPCCPU *cpu, uint32_t max_compat, 1149 if (ppc_check_compat(cpu, pvr, best_compat, max_compat)) { in cas_check_pvr() 1177 uint32_t max_compat = spapr->max_compat_pvr; in do_client_architecture_support() 1190 cas_pvr = cas_check_pvr(cpu, max_compat, &vec, &raw_mode_supported); in do_client_architecture_support() 1191 if (!cas_pvr && (!raw_mode_supported || max_compat)) { in do_client_architecture_support() 1124 cas_check_pvr(PowerPCCPU * cpu,uint32_t max_compat,target_ulong * addr,bool * raw_mode_supported) cas_check_pvr() argument 1178 uint32_t max_compat = spapr->max_compat_pvr; do_client_architecture_support() local
|