Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c164 if (pg_mode & PG_MODE_LA57) { in mmu_translate()
573 int shift = in.pg_mode & PG_MODE_LA57 ? 56 : 47; in get_physical_address()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c125 pg_mode |= PG_MODE_LA57; in get_pg_mode()
914 sext = (int64_t)rsp >> (pg_mode & PG_MODE_LA57 ? 56 : 47); in get_rsp_from_tss()
/openbmc/qemu/target/i386/
H A Dcpu.h346 #define PG_MODE_LA57 (1 << 4) macro