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

  /src/sys/arch/x86/x86/
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
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

Completed in 34 milliseconds