Home
last modified time | relevance | path

Searched refs:L1_BITS (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dexec.c165 #define L1_BITS (TARGET_VIRT_ADDR_SPACE_BITS - L2_BITS - TARGET_PAGE_BITS) macro
167 #define L1_BITS (32 - L2_BITS - TARGET_PAGE_BITS) macro
170 #define L1_SIZE (1 << L1_BITS)
355 #if TARGET_PHYS_ADDR_SPACE_BITS > (32 + L1_BITS) in phys_page_find_alloc()
358 lp = p + ((index >> (L1_BITS + L2_BITS)) & (L1_SIZE - 1)); in phys_page_find_alloc()
2123 end = (i << (32 - L1_BITS)) | (j << TARGET_PAGE_BITS); in walk_memory_regions()