Searched defs:L1_BITS (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dexec.c168 #define L1_BITS (TARGET_VIRT_ADDR_SPACE_BITS - L2_BITS - TARGET_PAGE_BITS) macro
170 #define L1_BITS (32 - L2_BITS - TARGET_PAGE_BITS) macro
173 #define L1_SIZE (1 << L1_BITS)
358 #if TARGET_PHYS_ADDR_SPACE_BITS > (32 + L1_BITS)
361 lp = p + ((index >> (L1_BITS + L2_BITS)) & (L1_SIZE - 1));
2180 end = (i << (32 - L1_BITS)) | (j << TARGET_PAGE_BITS);

Completed in 25 milliseconds