Home
last modified time | relevance | path

Searched defs:new_hash_mask (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_softmmu.c442 uint64_t new_hash_mask = (newsize >> 7) - 1; in rehash_hpte() local
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1233 unsigned long new_hash_mask = (1ULL << (new->order - 7)) - 1; in resize_hpt_rehash_hpte() local