Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dhelper-tcg.h30 # define TCG_PHYS_ADDR_BITS 40 macro
32 # define TCG_PHYS_ADDR_BITS 36 macro
35 QEMU_BUILD_BUG_ON(TCG_PHYS_ADDR_BITS > TARGET_PHYS_ADDR_SPACE_BITS);
/openbmc/qemu/target/i386/
H A Dcpu.c7919 cpu->phys_bits = TCG_PHYS_ADDR_BITS; in x86_cpu_realizefn()