Searched refs:L2_BITS (Results 1 – 1 of 1) sorted by relevance
159 #define L2_BITS 10 macro165 #define L1_BITS (TARGET_VIRT_ADDR_SPACE_BITS - L2_BITS - TARGET_PAGE_BITS)167 #define L1_BITS (32 - L2_BITS - TARGET_PAGE_BITS)171 #define L2_SIZE (1 << L2_BITS)301 return &l1_map[index >> L2_BITS]; in page_l1_map()358 lp = p + ((index >> (L1_BITS + L2_BITS)) & (L1_SIZE - 1)); in phys_page_find_alloc()369 lp = p + ((index >> L2_BITS) & (L1_SIZE - 1)); in phys_page_find_alloc()