Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1160 bool guest_radix; in do_client_architecture_support() local
1228 guest_radix = spapr_ovec_test(ov5_guest, OV5_MMU_RADIX_300); in do_client_architecture_support()
1243 if (!guest_radix && !spapr_ovec_test(ov5_guest, OV5_HPT_RESIZE)) { in do_client_architecture_support()
1274 spapr_check_mmu_mode(guest_radix); in do_client_architecture_support()
1316 if ((spapr->patb_entry & PATE1_GR) && !guest_radix) { in do_client_architecture_support()
H A Dspapr.c1653 void spapr_check_mmu_mode(bool guest_radix) in spapr_check_mmu_mode() argument
1655 if (guest_radix) { in spapr_check_mmu_mode()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h900 void spapr_check_mmu_mode(bool guest_radix);