Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h2430 #define MMU_USER64_IDX 2 macro
2439 #define MMU_USER_IDX MMU_USER64_IDX
2452 return (mmu_index & ~1) == MMU_USER64_IDX; in is_mmu_index_user()
H A Dcpu.c8141 pl == 3 ? MMU_USER64_IDX : in x86_mmu_index_pl()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c549 env->nested_pg_mode & PG_MODE_LMA ? MMU_USER64_IDX : MMU_USER32_IDX; in get_physical_address()