Lines Matching refs:TARGET_PHYS_ADDR_SPACE_BITS
69 #define TARGET_PHYS_ADDR_SPACE_BITS 41 macro
71 #define TARGET_PHYS_ADDR_SPACE_BITS 36 macro
73 #define TARGET_PHYS_ADDR_SPACE_BITS 42 macro
76 #define TARGET_PHYS_ADDR_SPACE_BITS 42 macro
78 #define TARGET_PHYS_ADDR_SPACE_BITS 42 macro
80 #define TARGET_PHYS_ADDR_SPACE_BITS 36 macro
82 #define TARGET_PHYS_ADDR_SPACE_BITS 32 macro
287 (1ULL << TARGET_PHYS_ADDR_SPACE_BITS) - 1); in page_init()
289 (1ULL << TARGET_PHYS_ADDR_SPACE_BITS) - 1); in page_init()
363 #if TARGET_PHYS_ADDR_SPACE_BITS > 32 in phys_page_find_alloc()
365 #if TARGET_PHYS_ADDR_SPACE_BITS > (32 + L1_BITS) in phys_page_find_alloc()
366 #error unsupported TARGET_PHYS_ADDR_SPACE_BITS in phys_page_find_alloc()