Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c168 if (pg_mode & PG_MODE_LMA) { in mmu_translate()
563 env->nested_pg_mode & PG_MODE_LMA ? MMU_USER64_IDX : MMU_USER32_IDX; in get_physical_address()
585 if (in.pg_mode & PG_MODE_LMA) { in get_physical_address()
/openbmc/qemu/target/i386/
H A Dcpu.h338 #define PG_MODE_LMA (1 << 1) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c117 pg_mode |= PG_MODE_LMA; in get_pg_mode()