HPTE_SIZE
hptp = (__be64 *)(kvm->arch.hpt.virt + (i * HPTE_SIZE));
while (nb + sizeof(hdr) + HPTE_SIZE < count) {
nb + HPTE_SIZE < count &&
nb += HPTE_SIZE;
if (nb + hdr.n_valid * HPTE_SIZE > count)
hptp = (__be64 *)(kvm->arch.hpt.virt + (i * HPTE_SIZE));
nb += HPTE_SIZE;
hptp = (__be64 *)(kvm->arch.hpt.virt + (i * HPTE_SIZE));
pteg_addr += i * HPTE_SIZE;
if (copy_to_user((void __user *)pteg_addr, hpte, HPTE_SIZE))