Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Darch_memory_mapping.c163 hwaddr pdpe_addr, pde_start_addr; in walk_pdpe2() local
169 pdpe_addr = (pdpe_start_addr + i * 8) & a20_mask; in walk_pdpe2()
170 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pdpe2()
188 hwaddr pdpe_addr, pde_start_addr, start_paddr; in walk_pdpe() local
194 pdpe_addr = (pdpe_start_addr + i * 8) & a20_mask; in walk_pdpe()
195 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pdpe()
300 hwaddr pdpe_addr; in x86_cpu_get_memory_mapping() local
302 pdpe_addr = (env->cr[3] & ~0x1f) & a20_mask; in x86_cpu_get_memory_mapping()
303 walk_pdpe2(list, cs->as, pdpe_addr, a20_mask); in x86_cpu_get_memory_mapping()
H A Dhelper.c256 target_ulong pdpe_addr; in x86_cpu_get_phys_page_attrs_debug() local
289 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
291 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
304 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_attrs_debug()
306 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()