HomeSort by: relevance | last modified time | path
    Searched defs:me_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
pmap.c 1588 static int me_alloc(struct mmuentry *, struct pmap *, int, int);
1611 me_alloc(struct mmuentry *mh, struct pmap *newpm, int newvreg, int newvseg) function in typeref:typename:int
1626 panic("me_alloc: freelist entry has pmap");
1628 "me_alloc: got pmeg %d", me->me_cookie);
1655 panic("me_alloc: all pmegs gone");
1660 "me_alloc: stealing pmeg 0x%x from pmap %p", me->me_cookie, pm);
1687 panic("me_alloc: wrong sg_pmeg (%d != %d)",
1725 panic("me_alloc: wrong pmeg in MMU (%d != %d)",
1913 /* Flush register windows; see comment in me_alloc() */
2038 sp->sg_pmeg = pmeg = me_alloc(mh, pm, vr, vs)
    [all...]
pmap.c 1588 static int me_alloc(struct mmuentry *, struct pmap *, int, int);
1611 me_alloc(struct mmuentry *mh, struct pmap *newpm, int newvreg, int newvseg) function in typeref:typename:int
1626 panic("me_alloc: freelist entry has pmap");
1628 "me_alloc: got pmeg %d", me->me_cookie);
1655 panic("me_alloc: all pmegs gone");
1660 "me_alloc: stealing pmeg 0x%x from pmap %p", me->me_cookie, pm);
1687 panic("me_alloc: wrong sg_pmeg (%d != %d)",
1725 panic("me_alloc: wrong pmeg in MMU (%d != %d)",
1913 /* Flush register windows; see comment in me_alloc() */
2038 sp->sg_pmeg = pmeg = me_alloc(mh, pm, vr, vs)
    [all...]

Completed in 26 milliseconds