HomeSort by: relevance | last modified time | path
    Searched refs:pmapexechist (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/booke/
trap.c 291 UVMHIST_FUNC(__func__); UVMHIST_CALLED(pmapexechist);
301 UVMHIST_LOG(pmapexechist,
306 UVMHIST_LOG(pmapexechist,
325 UVMHIST_LOG(pmapexechist, "<- 0", 0,0,0,0);
337 UVMHIST_LOG(pmapexechist, "<- %d", rv, 0,0,0);
460 UVMHIST_FUNC(__func__); UVMHIST_CALLED(pmapexechist);
462 UVMHIST_LOG(pmapexechist, " srr0/1=%#x/%#x esr=%#x pte=%#x",
  /src/sys/uvm/pmap/
pmap.c 270 UVMHIST_DEFINE(pmapexechist) = UVMHIST_INITIALIZER(pmapexechist, pmapexechistbuf); variable
648 UVMHIST_LINK_STATIC(pmapexechist);
1280 UVMHIST_LOG(pmapexechist,
1415 ((prot & VM_PROT_EXECUTE) ? &pmapexechist : &pmaphist);
1888 UVMHIST_LOG(pmapexechist,
1894 UVMHIST_LOG(pmapexechist,
2229 UVMHIST_LOG(pmapexechist,
2239 UVMHIST_LOG(pmapexechist,
pmap.h 89 UVMHIST_DECL(pmapexechist); variable

Completed in 39 milliseconds