Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dhelper-tcg.h29 # define TCG_PHYS_ADDR_BITS 40 macro
31 # define TCG_PHYS_ADDR_BITS 36 macro
34 QEMU_BUILD_BUG_ON(TCG_PHYS_ADDR_BITS > TARGET_PHYS_ADDR_SPACE_BITS);
/qemu/target/i386/
H A Dcpu.c7703 cpu->phys_bits = TCG_PHYS_ADDR_BITS; in x86_cpu_realizefn()