Searched refs:shift_amt (Results 1 – 4 of 4) sorted by relevance
47 uint_t *shift_amt; variable60 return ((va >> shift_amt[level]) & (ptes_per_table - 1)); in vatoindex()
76 #define BOOT_SHIFT(l) (shift_amt[l])100 shift_amt = shift_amt_pae; in kbm_init()106 shift_amt = shift_amt_nopae; in kbm_init()
177 extern uint_t *shift_amt;
485 pgsize = 1ull << shift_amt[l]; in dump_tables()2593 shift_amt = shift_amt_pae; in startup_kernel()2605 shift_amt = shift_amt_nopae; in startup_kernel()