Home
last modified time | relevance | path

Searched refs:a20_mask (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/
A Darch_memory_mapping.c29 pte_addr = (pte_start_addr + i * 8) & a20_mask; in walk_pte()
59 pte_addr = (pte_start_addr + i * 4) & a20_mask; in walk_pte2()
91 pde_addr = (pde_start_addr + i * 8) & a20_mask; in walk_pde()
128 pde_addr = (pde_start_addr + i * 4) & a20_mask; in walk_pde2()
154 pte_start_addr = (pde & ~0xfff) & a20_mask; in walk_pde2()
169 pdpe_addr = (pdpe_start_addr + i * 8) & a20_mask; in walk_pdpe2()
177 pde_start_addr = (pdpe & ~0xfff) & a20_mask; in walk_pdpe2()
274 int32_t a20_mask; in x86_cpu_get_memory_mapping() local
281 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_memory_mapping()
302 pdpe_addr = (env->cr[3] & ~0x1f) & a20_mask; in x86_cpu_get_memory_mapping()
[all …]
A Dhelper.c115 if (a20_state != ((env->a20_mask >> 20) & 1)) { in x86_cpu_set_a20()
126 env->a20_mask = ~(1 << 20) | (a20_state << 20); in x86_cpu_set_a20()
245 int32_t a20_mask; in x86_cpu_get_phys_page_attrs_debug() local
251 a20_mask = x86_get_a20_mask(env); in x86_cpu_get_phys_page_attrs_debug()
253 pte = addr & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
274 (((addr >> 48) & 0x1ff) << 3)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
284 (((addr >> 39) & 0x1ff) << 3)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
305 a20_mask; in x86_cpu_get_phys_page_attrs_debug()
312 (((addr >> 21) & 0x1ff) << 3)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
324 (((addr >> 12) & 0x1ff) << 3)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
[all …]
A Dcpu-dump.c385 (env->a20_mask >> 20) & 1, in x86_cpu_dump_state()
412 (env->a20_mask >> 20) & 1, in x86_cpu_dump_state()
A Dcpu.h1765 int32_t a20_mask; member
2578 return env->a20_mask; in x86_get_a20_mask()
A Dmachine.c1689 VMSTATE_INT32(env.a20_mask, X86CPU),
A Dcpu.c7219 env->a20_mask = ~0x0; in x86_cpu_reset_hold()

Completed in 52 milliseconds