Home
last modified time | relevance | path

Searched refs:is_mmu_index_smap (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c362 if (!is_mmu_index_smap(in->mmu_idx) || !(ptep & PG_USER_MASK)) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h2445 static inline bool is_mmu_index_smap(int mmu_index) in is_mmu_index_smap() function