Home
last modified time | relevance | path

Searched refs:fi_shift_amt (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/sys/
H A Dfastboot.h143 uint_t *fi_shift_amt; member
/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c273 return ((va >> nk->fi_shift_amt[level]) & (nk->fi_ptes_per_table - 1)); in fastboot_vatoindex()
302 vaddr += (1ULL << nk->fi_shift_amt[l]), in fastboot_map_with_size()
303 paddr += (1ULL << nk->fi_shift_amt[l])) { in fastboot_map_with_size()
605 nk->fi_shift_amt = fastboot_shift_amt_pae; in fastboot_init_fields()