Lines Matching defs:stor_base
43 * @stor_base: address of the base storage of the leftover protected VM
55 unsigned long stor_base;
62 kvm->arch.pv.stor_base = 0;
81 free_pages(vcpu->arch.pv.stor_base,
112 vcpu->arch.pv.stor_base = __get_free_pages(GFP_KERNEL_ACCOUNT,
114 if (!vcpu->arch.pv.stor_base)
121 uvcb.stor_origin = virt_to_phys((void *)vcpu->arch.pv.stor_base);
126 free_pages(vcpu->arch.pv.stor_base,
160 free_pages(kvm->arch.pv.stor_base,
172 kvm->arch.pv.stor_base = __get_free_pages(GFP_KERNEL_ACCOUNT, get_order(base));
173 if (!kvm->arch.pv.stor_base)
234 free_pages(leftover->stor_base, get_order(uv_info.guest_base_stor_len));
345 priv->stor_base = kvm->arch.pv.stor_base;
577 virt_to_phys((void *)kvm->arch.pv.stor_base);