Home
last modified time | relevance | path

Searched refs:oldtsz (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsysi86.c828 size_t oldtsz, nldtsz; in ldt_grow() local
843 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()