Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c69 #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()
[all …]