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

/external/qemu/target-i386/
H A Dhelper.c1008 target_ulong pdpe_addr; local
1039 pdpe_addr = ((pml4e & PHYS_ADDR_MASK) + (((addr >> 30) & 0x1ff) << 3)) &
1041 pdpe = ldq_phys(pdpe_addr);
1053 stl_phys_notdirty(pdpe_addr, pdpe);
1059 pdpe_addr = ((env->cr[3] & ~0x1f) + ((addr >> 27) & 0x18)) &
1061 pdpe = ldq_phys(pdpe_addr);
1280 target_ulong pdpe_addr; local
1299 pdpe_addr = ((pml4e & ~0xfff) + (((addr >> 30) & 0x1ff) << 3)) &
1301 pdpe = ldq_phys(pdpe_addr);
1307 pdpe_addr
[all...]

Completed in 139 milliseconds