pmap.c | 529 static void pmap_load1(struct lwp *, struct pmap *, struct pmap *); 820 pmap_load1(l, pmap, curpmap); 3618 pmap_load1(l, pmap, oldpmap); 3636 * pmap_load1: the guts of pmap load, shared by pmap_map_ptes() and 3641 pmap_load1(struct lwp *l, struct pmap *pmap, struct pmap *oldpmap) function in typeref:typename:void
|