Searched refs:htab_shift (Results 1 – 4 of 4) sorted by relevance
576 g_assert(spapr->htab_shift); in vhyp_mmu_resize_hpt_commit()584 spapr->htab_shift = pending->shift; in vhyp_mmu_resize_hpt_commit()
96 if (!spapr->htab_shift) { in h_resize_hpt_prepare() 178 if (!spapr->htab_shift) { in h_resize_hpt_commit() 189 /* Need to set the new htab_shift in the machine state */ in h_resize_hpt_commit() 190 spapr->htab_shift = shift; in h_resize_hpt_commit() 1264 if (spapr->htab_shift < maxshift) { in do_client_architecture_support()
703 uint32_t pft_size_prop[] = {0, cpu_to_be32(spapr->htab_shift)}; in spapr_dt_cpu() 1542 return (target_ulong)(uintptr_t)spapr->htab | (spapr->htab_shift - 18); in spapr_store_hpte() 1660 spapr->htab_shift = 0; in spapr_setup_hpt() 1695 spapr->htab_shift = shift; in spapr_check_mmu_mode() 1704 spapr->htab_shift = shift; in spapr_machine_reset() 1731 hwaddr vrma_limit = kvmppc_vrma_limit(spapr->htab_shift); in spapr_machine_reset() 2232 if (!spapr->htab_shift) { in htab_save_first_pass() 2235 qemu_put_be32(f, spapr->htab_shift); in htab_save_first_pass() 2242 if (spapr->htab_shift) { in htab_save_first_pass() 2399 if (!spapr->htab_shift) { in htab_save_complete() [all...]
182 uint32_t htab_shift;976 #define HTAB_SIZE(spapr) (1ULL << ((spapr)->htab_shift))197 uint32_t htab_shift; global() member