Lines Matching refs:stor_base
103 * @stor_base: address of the base storage of the leftover protected VM
115 unsigned long stor_base;
122 kvm->arch.pv.stor_base = 0;
141 free_pages(vcpu->arch.pv.stor_base,
172 vcpu->arch.pv.stor_base = __get_free_pages(GFP_KERNEL_ACCOUNT,
174 if (!vcpu->arch.pv.stor_base)
181 uvcb.stor_origin = virt_to_phys((void *)vcpu->arch.pv.stor_base);
186 free_pages(vcpu->arch.pv.stor_base,
220 free_pages(kvm->arch.pv.stor_base,
232 kvm->arch.pv.stor_base = __get_free_pages(GFP_KERNEL_ACCOUNT, get_order(base));
233 if (!kvm->arch.pv.stor_base)
294 free_pages(leftover->stor_base, get_order(uv_info.guest_base_stor_len));
405 priv->stor_base = kvm->arch.pv.stor_base;
637 virt_to_phys((void *)kvm->arch.pv.stor_base);