HomeSort by relevance Sort by last modified time
    Searched defs:TARGET_VIRT_ADDR_SPACE_BITS (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-arm/
cpu.h 450 #define TARGET_VIRT_ADDR_SPACE_BITS 32
  /external/qemu/
exec.c 76 #define TARGET_VIRT_ADDR_SPACE_BITS 42
155 #if defined(CONFIG_USER_ONLY) && defined(TARGET_VIRT_ADDR_SPACE_BITS)
160 #define L1_BITS (TARGET_VIRT_ADDR_SPACE_BITS - L2_BITS - TARGET_PAGE_BITS)
    [all...]

Completed in 47 milliseconds