Home
last modified time | relevance | path

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

12

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dexcp_helper.c162 target_ulong pdpe_addr; in get_hphys() local
186 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
188 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
203 pte_addr = pdpe_addr; in get_hphys()
211 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
391 target_ulong pdpe_addr; in handle_mmu_fault() local
446 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
447 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
462 pte_addr = pdpe_addr; in handle_mmu_fault()
472 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dexcp_helper.c162 target_ulong pdpe_addr; in get_hphys() local
186 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
188 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
203 pte_addr = pdpe_addr; in get_hphys()
211 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
391 target_ulong pdpe_addr; in handle_mmu_fault() local
446 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
447 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
462 pte_addr = pdpe_addr; in handle_mmu_fault()
472 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dexcp_helper.c162 target_ulong pdpe_addr; in get_hphys() local
186 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
188 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
203 pte_addr = pdpe_addr; in get_hphys()
211 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
391 target_ulong pdpe_addr; in handle_mmu_fault() local
446 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
447 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
462 pte_addr = pdpe_addr; in handle_mmu_fault()
472 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dexcp_helper.c162 target_ulong pdpe_addr; in get_hphys() local
186 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
188 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
203 pte_addr = pdpe_addr; in get_hphys()
211 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
391 target_ulong pdpe_addr; in handle_mmu_fault() local
446 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
447 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
462 pte_addr = pdpe_addr; in handle_mmu_fault()
472 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dexcp_helper.c162 target_ulong pdpe_addr; in get_hphys() local
186 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
188 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
203 pte_addr = pdpe_addr; in get_hphys()
211 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
391 target_ulong pdpe_addr; in handle_mmu_fault() local
446 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
447 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
462 pte_addr = pdpe_addr; in handle_mmu_fault()
472 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dexcp_helper.c164 target_ulong pdpe_addr; in get_hphys() local
188 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
190 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
205 pte_addr = pdpe_addr; in get_hphys()
213 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
394 target_ulong pdpe_addr; in handle_mmu_fault() local
449 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in handle_mmu_fault()
450 pdpe = x86_ldq_phys(cs, pdpe_addr); in handle_mmu_fault()
465 pte_addr = pdpe_addr; in handle_mmu_fault()
475 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in handle_mmu_fault()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/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 = ldq_phys(as, pdpe_addr); 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 = ldq_phys(as, pdpe_addr); in walk_pdpe()
265 hwaddr pdpe_addr; in x86_cpu_get_memory_mapping() local
267 pdpe_addr = (env->cr[3] & ~0x1f) & env->a20_mask; in x86_cpu_get_memory_mapping()
268 walk_pdpe2(list, cs->as, pdpe_addr, env->a20_mask); in x86_cpu_get_memory_mapping()
H A Dhelper.c555 target_ulong pdpe_addr; in x86_cpu_handle_mmu_fault() local
586 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_handle_mmu_fault()
596 stl_phys_notdirty(cs->as, pdpe_addr, pdpe); in x86_cpu_handle_mmu_fault()
601 pte_addr = pdpe_addr; in x86_cpu_handle_mmu_fault()
609 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_handle_mmu_fault()
611 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_handle_mmu_fault()
827 target_ulong pdpe_addr; in x86_cpu_get_phys_page_debug() local
846 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_debug()
848 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_get_phys_page_debug()
861 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_debug()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/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 = ldq_phys(as, pdpe_addr); 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 = ldq_phys(as, pdpe_addr); in walk_pdpe()
265 hwaddr pdpe_addr; in x86_cpu_get_memory_mapping() local
267 pdpe_addr = (env->cr[3] & ~0x1f) & env->a20_mask; in x86_cpu_get_memory_mapping()
268 walk_pdpe2(list, cs->as, pdpe_addr, env->a20_mask); in x86_cpu_get_memory_mapping()
H A Dhelper.c555 target_ulong pdpe_addr; in x86_cpu_handle_mmu_fault() local
586 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_handle_mmu_fault()
596 stl_phys_notdirty(cs->as, pdpe_addr, pdpe); in x86_cpu_handle_mmu_fault()
601 pte_addr = pdpe_addr; in x86_cpu_handle_mmu_fault()
609 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_handle_mmu_fault()
611 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_handle_mmu_fault()
827 target_ulong pdpe_addr; in x86_cpu_get_phys_page_debug() local
846 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_debug()
848 pdpe = ldq_phys(cs->as, pdpe_addr); in x86_cpu_get_phys_page_debug()
861 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_debug()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dexcp_helper.c217 target_ulong pdpe_addr; in get_hphys() local
243 pdpe_addr = (pml4e & PG_ADDRESS_MASK) + in get_hphys()
245 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
262 pte_addr = pdpe_addr; in get_hphys()
270 pdpe = x86_ldq_phys(cs, pdpe_addr); in get_hphys()
456 target_ulong pdpe_addr; in x86_cpu_handle_mmu_fault() local
515 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, NULL); in x86_cpu_handle_mmu_fault()
516 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_handle_mmu_fault()
533 pte_addr = pdpe_addr; in x86_cpu_handle_mmu_fault()
543 pdpe_addr = get_hphys(cs, pdpe_addr, MMU_DATA_STORE, false); in x86_cpu_handle_mmu_fault()
[all …]
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()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Darch_memory_mapping.c163 hwaddr pdpe_addr, pde_start_addr;
169 pdpe_addr = (pdpe_start_addr + i * 8) & a20_mask;
170 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL);
188 hwaddr pdpe_addr, pde_start_addr, start_paddr;
194 pdpe_addr = (pdpe_start_addr + i * 8) & a20_mask;
195 pdpe = address_space_ldq(as, pdpe_addr, MEMTXATTRS_UNSPECIFIED, NULL);
300 hwaddr pdpe_addr;
302 pdpe_addr = (env->cr[3] & ~0x1f) & a20_mask;
303 walk_pdpe2(list, cs->as, pdpe_addr, a20_mask);
H A Dhelper.c226 target_ulong pdpe_addr; in x86_cpu_get_phys_page_attrs_debug() local
259 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
261 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
274 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_attrs_debug()
276 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu/qemu-6.2.0/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.c226 target_ulong pdpe_addr; in x86_cpu_get_phys_page_attrs_debug() local
259 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
261 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
274 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_attrs_debug()
276 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu60/qemu-6.0.0/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.c226 target_ulong pdpe_addr; in x86_cpu_get_phys_page_attrs_debug() local
259 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + in x86_cpu_get_phys_page_attrs_debug()
261 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
274 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) & in x86_cpu_get_phys_page_attrs_debug()
276 pdpe = x86_ldq_phys(cs, pdpe_addr); in x86_cpu_get_phys_page_attrs_debug()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dexcp_helper.c90 target_ulong pdpe_addr; in mmu_translate() local
143 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + (((addr >> 30) & 0x1ff) << 3)) & in mmu_translate()
145 pdpe_addr = GET_HPHYS(cs, pdpe_addr, MMU_DATA_STORE, NULL); in mmu_translate()
146 pdpe = x86_ldq_phys(cs, pdpe_addr); in mmu_translate()
156 x86_stl_phys_notdirty(cs, pdpe_addr, pdpe); in mmu_translate()
161 pte_addr = pdpe_addr; in mmu_translate()
169 pdpe_addr = ((cr3 & ~0x1f) + ((addr >> 27) & 0x18)) & in mmu_translate()
171 pdpe_addr = GET_HPHYS(cs, pdpe_addr, MMU_DATA_STORE, NULL); in mmu_translate()
172 pdpe = x86_ldq_phys(cs, pdpe_addr); in mmu_translate()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dexcp_helper.c90 target_ulong pdpe_addr; in mmu_translate() local
134 pdpe_addr = ((pml4e & PG_ADDRESS_MASK) + (((addr >> 30) & 0x1ff) << 3)) & in mmu_translate()
136 pdpe_addr = GET_HPHYS(cs, pdpe_addr, MMU_DATA_STORE, NULL); in mmu_translate()
137 pdpe = x86_ldq_phys(cs, pdpe_addr); in mmu_translate()
147 x86_stl_phys_notdirty(cs, pdpe_addr, pdpe); in mmu_translate()
152 pte_addr = pdpe_addr; in mmu_translate()
160 pdpe_addr = ((cr3 & ~0x1f) + ((addr >> 27) & 0x18)) & in mmu_translate()
162 pdpe_addr = GET_HPHYS(cs, pdpe_addr, MMU_DATA_STORE, NULL); in mmu_translate()
163 pdpe = x86_ldq_phys(cs, pdpe_addr); in mmu_translate()

12