Searched refs:x86_get_a20_mask (Results 1 – 4 of 4) sorted by relevance
480 out->paddr = paddr & x86_get_a20_mask(env); in mmu_translate()603 out->paddr = addr & x86_get_a20_mask(env); in get_physical_address()
281 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_memory_mapping()
251 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_phys_page_attrs_debug()
2573 static inline int32_t x86_get_a20_mask(CPUX86State *env) in x86_get_a20_mask() function