HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_PHYS_ADDR_SPACE_BITS (Results 1 - 5 of 5) sorted by null

  /external/qemu/
translate-all.h 27 (((TARGET_PHYS_ADDR_SPACE_BITS - TARGET_PAGE_BITS - 1) / L2_BITS) + 1)
translate-all.c 70 #if HOST_LONG_BITS < TARGET_PHYS_ADDR_SPACE_BITS
73 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS
    [all...]
  /external/qemu/target-mips/
mips-defs.h 13 #define TARGET_PHYS_ADDR_SPACE_BITS 36
17 #define TARGET_PHYS_ADDR_SPACE_BITS 36
  /external/qemu/target-arm/
cpu.h 789 # define TARGET_PHYS_ADDR_SPACE_BITS 48
792 # define TARGET_PHYS_ADDR_SPACE_BITS 40
  /external/qemu/target-i386/
cpu.h 1010 #define TARGET_PHYS_ADDR_SPACE_BITS 52
1016 #define TARGET_PHYS_ADDR_SPACE_BITS 36
    [all...]

Completed in 94 milliseconds