Searched refs:oldtsz (Results 1 – 1 of 1) sorted by relevance
807 size_t oldtsz, nldtsz; in ldt_grow() local823 oldtsz = (pp->p_ldtlimit + 1) * sizeof (user_desc_t); in ldt_grow()828 bcopy(oldt, nldt, oldtsz); in ldt_grow()842 if (xen_ldt_setprot(oldt, oldtsz, PROT_READ | PROT_WRITE)) in ldt_grow()852 kmem_free(oldt, oldtsz); in ldt_grow()