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.c169 if (pg_mode & PG_MODE_LA57) { in mmu_translate()
587 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()
916 sext = (int64_t)rsp >> (pg_mode & PG_MODE_LA57 ? 56 : 47); in get_rsp_from_tss()
/openbmc/qemu/target/i386/
H A Dcpu.h341 #define PG_MODE_LA57 (1 << 4) macro