Home
last modified time | relevance | path

Searched refs:x86_get_a20_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c464 out->paddr = paddr & x86_get_a20_mask(env); in mmu_translate()
585 out->paddr = addr & x86_get_a20_mask(env); in get_physical_address()
/openbmc/qemu/target/i386/
H A Darch_memory_mapping.c281 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_memory_mapping()
H A Dhelper.c243 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_phys_page_attrs_debug()
H A Dcpu.h2369 static inline int32_t x86_get_a20_mask(CPUX86State *env) in x86_get_a20_mask() function