Home | Sort by: relevance | last modified time | path |
/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); |