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