Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcompat.c118 uint32_t min_compat_pvr, uint32_t max_compat_pvr) in pcc_compat() argument
122 const CompatInfo *max = compat_by_pvr(max_compat_pvr); in pcc_compat()
125 g_assert(!max_compat_pvr || max); in pcc_compat()
143 uint32_t min_compat_pvr, uint32_t max_compat_pvr) in ppc_check_compat() argument
151 return pcc_compat(pcc, compat_pvr, min_compat_pvr, max_compat_pvr); in ppc_check_compat()
155 uint32_t min_compat_pvr, uint32_t max_compat_pvr) in ppc_type_check_compat() argument
158 return pcc_compat(pcc, compat_pvr, min_compat_pvr, max_compat_pvr); in ppc_type_check_compat()
H A Dcpu.h1657 uint32_t min_compat_pvr, uint32_t max_compat_pvr);
1659 uint32_t min_compat_pvr, uint32_t max_compat_pvr);
/qemu/hw/ppc/
H A Dspapr_caps.c456 spapr->max_compat_pvr)) { in cap_nested_kvm_hv_apply()
547 spapr->max_compat_pvr)) { in cap_large_decr_apply()
845 0, spapr->max_compat_pvr)) { in default_caps_with_cpu()
850 0, spapr->max_compat_pvr)) { in default_caps_with_cpu()
857 0, spapr->max_compat_pvr)) { in default_caps_with_cpu()
862 0, spapr->max_compat_pvr)) { in default_caps_with_cpu()
H A Dspapr_nested.c1189 spapr->max_compat_pvr)) { in h_guest_get_capabilities()
1195 spapr->max_compat_pvr)) { in h_guest_get_capabilities()
1230 spapr->max_compat_pvr)) { in h_guest_set_capabilities()
1233 spapr->max_compat_pvr)) { in h_guest_set_capabilities()
H A Dspapr_irq.c152 0, spapr->max_compat_pvr)) { in spapr_irq_check()
H A Dspapr.c1727 spapr->max_compat_pvr)) { in spapr_machine_reset()
1744 ppc_init_compat_all(spapr->max_compat_pvr, &error_fatal); in spapr_machine_reset()
2618 spapr->max_compat_pvr)) { in spapr_set_vsmt_mode()
2943 spapr->max_compat_pvr)) { in spapr_machine_init()
3464 ppc_compat_add_property(obj, "max-cpu-compat", &spapr->max_compat_pvr, in spapr_instance_init()
H A Dspapr_hcall.c1165 uint32_t max_compat = spapr->max_compat_pvr; in do_client_architecture_support()
/qemu/include/hw/ppc/
H A Dspapr.h230 uint32_t max_compat_pvr; member