Home
last modified time | relevance | path

Searched refs:LEVEL_OFFSET (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl71 LEVEL_OFFSET => 1, constant
570 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
623 (' ' x (LEVEL_OFFSET * $level)) .
760 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl60 LEVEL_OFFSET => 1, constant
433 $sharing = (' ' x (LEVEL_OFFSET * $level)) . $sharing;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h146 #define LEVEL_OFFSET(l) (mmu.level_offset[l]) macro
H A Dhat_kdi.c202 *pap += va & LEVEL_OFFSET(level); in kdi_vtop()
H A Di86_mmu.c259 if ((paddr & LEVEL_OFFSET(l)) == 0 && in hat_kern_alloc()
H A Dhat_i86.c3319 pfn += mmu_btop(vaddr & LEVEL_OFFSET(ht->ht_level)); in hat_getpfnum()
3475 (vaddr & LEVEL_OFFSET(l + 1)) != 0) in hat_share()
3526 (vaddr & LEVEL_OFFSET(l)) == 0) in hat_share()