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

  /src/sys/uvm/pmap/
pmap.c 268 static struct kern_history_ent pmaphistbuf[10000]; variable in typeref:struct:kern_history_ent[10000]
271 UVMHIST_DEFINE(pmaphist) = UVMHIST_INITIALIZER(pmaphist, pmaphistbuf);
  /src/sys/arch/aarch64/aarch64/
pmap.c 81 struct kern_history_ent pmaphistbuf[UVMHIST_PMAPHIST_SIZE]; variable in typeref:struct:kern_history_ent[]
82 UVMHIST_DEFINE(pmaphist) = UVMHIST_INITIALIZER(pmaphist, pmaphistbuf);

Completed in 40 milliseconds