Searched refs:L2_BITS (Results 1 – 1 of 1) sorted by relevance
164 #define L2_BITS 10 macro170 #define L1_BITS (TARGET_VIRT_ADDR_SPACE_BITS - L2_BITS - TARGET_PAGE_BITS)172 #define L1_BITS (32 - L2_BITS - TARGET_PAGE_BITS)176 #define L2_SIZE (1 << L2_BITS)310 return &l1_map[index >> L2_BITS]; in page_l1_map()368 lp = p + ((index >> (L1_BITS + L2_BITS)) & (L1_SIZE - 1)); in phys_page_find_alloc()379 lp = p + ((index >> L2_BITS) & (L1_SIZE - 1)); in phys_page_find_alloc()