Searched refs:log2_npages (Results 1 – 1 of 1) sorted by relevance
1606 int log2_npages; in hermon_map_cmd_post() local1666 log2_npages = highbit(i) - 1; in hermon_map_cmd_post()1667 npages = (1 << log2_npages); in hermon_map_cmd_post()1670 log2_npages--; in hermon_map_cmd_post()1671 npages = (1 << log2_npages); in hermon_map_cmd_post()1673 vpm.log2sz = log2_npages; in hermon_map_cmd_post()