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

  /src/sys/arch/x86/x86/
pmap.c 399 static int pmap_ctor(void *, void *, int);
1925 0, 0, "pmappl", NULL, IPL_NONE, pmap_ctor, pmap_dtor, NULL);
2861 * pmap_ctor: constructor for the pmap cache.
2864 pmap_ctor(void *arg, void *obj, int flags) function in typeref:typename:int
2909 * pmap_ctor: destructor for the pmap cache.
pmap.c 399 static int pmap_ctor(void *, void *, int);
1925 0, 0, "pmappl", NULL, IPL_NONE, pmap_ctor, pmap_dtor, NULL);
2861 * pmap_ctor: constructor for the pmap cache.
2864 pmap_ctor(void *arg, void *obj, int flags) function in typeref:typename:int
2909 * pmap_ctor: destructor for the pmap cache.

Completed in 28 milliseconds