Home
last modified time | relevance | path

Searched refs:pde_addr (Results 1 – 3 of 3) sorted by relevance

/qemu/target/i386/
H A Darch_memory_mapping.c85 hwaddr pde_addr, pte_start_addr, start_paddr; in walk_pde() local
91 pde_addr = (pde_start_addr + i * 8) & a20_mask; in walk_pde()
92 pde = address_space_ldq(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde()
122 hwaddr pde_addr, pte_start_addr, start_paddr, high_paddr; in walk_pde2() local
128 pde_addr = (pde_start_addr + i * 4) & a20_mask; in walk_pde2()
129 pde = address_space_ldl(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde2()
306 hwaddr pde_addr; in x86_cpu_get_memory_mapping() local
309 pde_addr = (env->cr[3] & ~0xfff) & a20_mask; in x86_cpu_get_memory_mapping()
311 walk_pde2(list, cs->as, pde_addr, a20_mask, pse); in x86_cpu_get_memory_mapping()
H A Dhelper.c239 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_attrs_debug() local
307 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
309 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
331 pde_addr = ((env->cr[3] & ~0xfff) + ((addr >> 20) & 0xffc)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
332 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
/qemu/target/ppc/
H A Dmmu-radix64.c380 int *h_page_size, bool pde_addr, in ppc_radix64_partition_scoped_xlate() argument
389 if (pde_addr) { in ppc_radix64_partition_scoped_xlate()
409 if (pde_addr) { /* address being translated was that of a guest pde */ in ppc_radix64_partition_scoped_xlate()