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.h2488 #define MMU_USER64_IDX 2 macro
2497 #define MMU_USER_IDX MMU_USER64_IDX
2510 return (mmu_index & ~1) == MMU_USER64_IDX; in is_mmu_index_user()
H A Dcpu.c8325 pl == 3 ? MMU_USER64_IDX : in x86_mmu_index_pl()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c563 env->nested_pg_mode & PG_MODE_LMA ? MMU_USER64_IDX : MMU_USER32_IDX; in get_physical_address()