Home | History | Annotate | Download | only in target-i386

Lines Matching full:pte_addr

979     target_ulong pde_addr, pte_addr;
1107 pte_addr = ((pde & PHYS_ADDR_MASK) + (((addr >> 12) & 0x1ff) << 3)) &
1109 pte = ldq_phys(pte_addr);
1138 stl_phys_notdirty(pte_addr, pte);
1186 pte_addr = ((pde & ~0xfff) + ((addr >> 10) & 0xffc)) &
1188 pte = ldl_phys(pte_addr);
1210 stl_phys_notdirty(pte_addr, pte);
1267 target_ulong pde_addr, pte_addr;
1320 pte_addr = ((pde & ~0xfff) + (((addr >> 12) & 0x1ff) << 3)) &
1323 pte = ldq_phys(pte_addr);
1344 pte_addr = ((pde & ~0xfff) + ((addr >> 10) & 0xffc)) & env->a20_mask;
1345 pte = ldl_phys(pte_addr);