Searched refs:PGDIR_BITS (Results 1 – 5 of 5) sorted by relevance
11 #define PGDIR_BITS 10 macro22 #define PGDIR_BITS 9 macro
79 #define PGDIR_BITS(lvl) (((lvl) - 1) * PGDIR_WIDTH + PAGE_SHIFT) macro80 #define PGDIR_OFFSET(va, lvl) (((va) >> PGDIR_BITS(lvl)) & PGDIR_MASK)
254 pa += 1ul << PGDIR_BITS(level - 1); in split_large_page()324 page_size = 1ul << PGDIR_BITS(search.level); in walk_pte()
18 return (vaddr >> (PGDIR_BITS * level + PAGE_SHIFT)) & PGDIR_MASK; in pte_index()
225 return 1ul << PGDIR_BITS(i); in walk_va()