Searched refs:pde_addr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | arch_memory_mapping.c | 85 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 D | helper.c | 243 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_attrs_debug() local 311 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug() 313 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug() 335 pde_addr = ((env->cr[3] & ~0xfff) + ((addr >> 20) & 0xffc)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug() 336 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-radix64.c | 430 int *h_page_size, bool pde_addr, in ppc_radix64_partition_scoped_xlate() argument 439 if (pde_addr) { in ppc_radix64_partition_scoped_xlate() 459 if (pde_addr) { /* address being translated was that of a guest pde */ in ppc_radix64_partition_scoped_xlate()
|