Home
last modified time | relevance | path

Searched defs:sfmmu_global_stat (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2448 struct sfmmu_global_stat { struct
2449 int sf_tsb_exceptions; /* # of tsb exceptions */
2450 int sf_tsb_raise_exception; /* # tsb exc. w/o TLB flush */
2452 int sf_pagefaults; /* # of pagefaults */
2454 int sf_uhash_searches; /* # of user hash searches */
2455 int sf_uhash_links; /* # of user hash links */
2456 int sf_khash_searches; /* # of kernel hash searches */
2457 int sf_khash_links; /* # of kernel hash links */
2459 int sf_swapout; /* # times hat swapped out */
2461 int sf_tsb_alloc; /* # TSB allocations */
[all …]
H A Dhat_sfmmu.c700 struct sfmmu_global_stat sfmmu_global_stat; variable
/titanic_50/usr/src/uts/sun4/vm/
H A Dmach_kpm.h60 struct sfmmu_global_stat sfmmu_global_stat; variable