Home
last modified time | relevance | path

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

12

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dexcp_helper.c148 target_ulong pde_addr, pte_addr; in get_hphys() local
223 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
234 pte_addr = pde_addr; in get_hphys()
259 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
268 pte_addr = pde_addr; in get_hphys()
356 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
486 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
487 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
498 pte_addr = pde_addr; in handle_mmu_fault()
526 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dexcp_helper.c148 target_ulong pde_addr, pte_addr; in get_hphys() local
223 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
234 pte_addr = pde_addr; in get_hphys()
259 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
268 pte_addr = pde_addr; in get_hphys()
356 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
486 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
487 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
498 pte_addr = pde_addr; in handle_mmu_fault()
526 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dexcp_helper.c148 target_ulong pde_addr, pte_addr; in get_hphys() local
223 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
234 pte_addr = pde_addr; in get_hphys()
259 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
268 pte_addr = pde_addr; in get_hphys()
356 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
486 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
487 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
498 pte_addr = pde_addr; in handle_mmu_fault()
526 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dexcp_helper.c148 target_ulong pde_addr, pte_addr; in get_hphys() local
223 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
234 pte_addr = pde_addr; in get_hphys()
259 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
268 pte_addr = pde_addr; in get_hphys()
356 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
486 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
487 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
498 pte_addr = pde_addr; in handle_mmu_fault()
526 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dexcp_helper.c148 target_ulong pde_addr, pte_addr; in get_hphys() local
223 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
234 pte_addr = pde_addr; in get_hphys()
259 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
268 pte_addr = pde_addr; in get_hphys()
356 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
486 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
487 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
498 pte_addr = pde_addr; in handle_mmu_fault()
526 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dexcp_helper.c150 target_ulong pde_addr, pte_addr; in get_hphys() local
225 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
236 pte_addr = pde_addr; in get_hphys()
261 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
270 pte_addr = pde_addr; in get_hphys()
358 target_ulong pde_addr, pte_addr; in handle_mmu_fault() local
489 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
490 pde = x86_ldq_phys(cs, pde_addr); in handle_mmu_fault()
501 pte_addr = pde_addr; in handle_mmu_fault()
529 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dexcp_helper.c201 target_ulong pde_addr, pte_addr; in get_hphys() local
282 pde = x86_ldq_phys(cs, pde_addr); in get_hphys()
293 pte_addr = pde_addr; in get_hphys()
320 pde = x86_ldl_phys(cs, pde_addr); in get_hphys()
329 pte_addr = pde_addr; in get_hphys()
419 target_ulong pde_addr, pte_addr; in x86_cpu_handle_mmu_fault() local
557 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in x86_cpu_handle_mmu_fault()
558 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_handle_mmu_fault()
569 pte_addr = pde_addr; in x86_cpu_handle_mmu_fault()
599 pde_addr = get_hphys(cs, pde_addr, MMU_DATA_STORE, NULL); in x86_cpu_handle_mmu_fault()
[all …]
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()
/dports/emulators/py-unicorn/unicorn-1.0.2/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 = ldq_phys(as, pde_addr); 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 = ldl_phys(as, pde_addr); in walk_pde2()
271 hwaddr pde_addr; in x86_cpu_get_memory_mapping() local
274 pde_addr = (env->cr[3] & ~0xfff) & env->a20_mask; in x86_cpu_get_memory_mapping()
276 walk_pde2(list, cs->as, pde_addr, env->a20_mask, pse); in x86_cpu_get_memory_mapping()
H A Dhelper.c521 target_ulong pde_addr, pte_addr; in x86_cpu_handle_mmu_fault() local
624 pde = ldq_phys(cs->as, pde_addr); in x86_cpu_handle_mmu_fault()
635 pte_addr = pde_addr; in x86_cpu_handle_mmu_fault()
642 stl_phys_notdirty(cs->as, pde_addr, pde); in x86_cpu_handle_mmu_fault()
662 pde = ldl_phys(cs->as, pde_addr); in x86_cpu_handle_mmu_fault()
671 pte_addr = pde_addr; in x86_cpu_handle_mmu_fault()
683 stl_phys_notdirty(cs->as, pde_addr, pde); in x86_cpu_handle_mmu_fault()
818 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_debug() local
868 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_debug()
870 pde = ldq_phys(cs->as, pde_addr); in x86_cpu_get_phys_page_debug()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/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 = ldq_phys(as, pde_addr); 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 = ldl_phys(as, pde_addr); in walk_pde2()
271 hwaddr pde_addr; in x86_cpu_get_memory_mapping() local
274 pde_addr = (env->cr[3] & ~0xfff) & env->a20_mask; in x86_cpu_get_memory_mapping()
276 walk_pde2(list, cs->as, pde_addr, env->a20_mask, pse); in x86_cpu_get_memory_mapping()
H A Dhelper.c521 target_ulong pde_addr, pte_addr; in x86_cpu_handle_mmu_fault() local
624 pde = ldq_phys(cs->as, pde_addr); in x86_cpu_handle_mmu_fault()
635 pte_addr = pde_addr; in x86_cpu_handle_mmu_fault()
642 stl_phys_notdirty(cs->as, pde_addr, pde); in x86_cpu_handle_mmu_fault()
662 pde = ldl_phys(cs->as, pde_addr); in x86_cpu_handle_mmu_fault()
671 pte_addr = pde_addr; in x86_cpu_handle_mmu_fault()
683 stl_phys_notdirty(cs->as, pde_addr, pde); in x86_cpu_handle_mmu_fault()
818 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_debug() local
868 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_debug()
870 pde = ldq_phys(cs->as, pde_addr); in x86_cpu_get_phys_page_debug()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Darch_memory_mapping.c85 hwaddr pde_addr, pte_start_addr, start_paddr;
91 pde_addr = (pde_start_addr + i * 8) & a20_mask;
92 pde = address_space_ldq(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL);
122 hwaddr pde_addr, pte_start_addr, start_paddr, high_paddr;
128 pde_addr = (pde_start_addr + i * 4) & a20_mask;
129 pde = address_space_ldl(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL);
306 hwaddr pde_addr;
309 pde_addr = (env->cr[3] & ~0xfff) & a20_mask;
311 walk_pde2(list, cs->as, pde_addr, a20_mask, pse);
H A Dhelper.c213 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_attrs_debug() local
281 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
283 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
305 pde_addr = ((env->cr[3] & ~0xfff) + ((addr >> 20) & 0xffc)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
306 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu/qemu-6.2.0/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.c213 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_attrs_debug() local
281 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
283 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
305 pde_addr = ((env->cr[3] & ~0xfff) + ((addr >> 20) & 0xffc)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
306 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu60/qemu-6.0.0/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.c213 target_ulong pde_addr, pte_addr; in x86_cpu_get_phys_page_attrs_debug() local
281 pde_addr = ((pdpe & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
283 pde = x86_ldq_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
305 pde_addr = ((env->cr[3] & ~0xfff) + ((addr >> 20) & 0xffc)) & a20_mask; in x86_cpu_get_phys_page_attrs_debug()
306 pde = x86_ldl_phys(cs, pde_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dexcp_helper.c73 target_ulong pde_addr, pte_addr; in mmu_translate() local
183 pde_addr = ((pdpe & PG_ADDRESS_MASK) + (((addr >> 21) & 0x1ff) << 3)) & in mmu_translate()
185 pde_addr = GET_HPHYS(cs, pde_addr, MMU_DATA_STORE, NULL); in mmu_translate()
186 pde = x86_ldq_phys(cs, pde_addr); in mmu_translate()
197 pte_addr = pde_addr; in mmu_translate()
204 x86_stl_phys_notdirty(cs, pde_addr, pde); in mmu_translate()
223 pde_addr = ((cr3 & ~0xfff) + ((addr >> 20) & 0xffc)) & in mmu_translate()
225 pde_addr = GET_HPHYS(cs, pde_addr, MMU_DATA_STORE, NULL); in mmu_translate()
226 pde = x86_ldl_phys(cs, pde_addr); in mmu_translate()
235 pte_addr = pde_addr; in mmu_translate()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dexcp_helper.c73 target_ulong pde_addr, pte_addr; in mmu_translate() local
174 pde_addr = ((pdpe & PG_ADDRESS_MASK) + (((addr >> 21) & 0x1ff) << 3)) & in mmu_translate()
176 pde_addr = GET_HPHYS(cs, pde_addr, MMU_DATA_STORE, NULL); in mmu_translate()
177 pde = x86_ldq_phys(cs, pde_addr); in mmu_translate()
188 pte_addr = pde_addr; in mmu_translate()
195 x86_stl_phys_notdirty(cs, pde_addr, pde); in mmu_translate()
214 pde_addr = ((cr3 & ~0xfff) + ((addr >> 20) & 0xffc)) & in mmu_translate()
216 pde_addr = GET_HPHYS(cs, pde_addr, MMU_DATA_STORE, NULL); in mmu_translate()
217 pde = x86_ldl_phys(cs, pde_addr); in mmu_translate()
226 pte_addr = pde_addr; in mmu_translate()
[all …]

12