Searched refs:pte_pa (Results 1 – 1 of 1) sorted by relevance
1232 target_ulong *pte_pa = qemu_map_ram_ptr(mr->ram_block, addr1); in get_physical_address() local1238 *pte_pa = pte = updated_pte; in get_physical_address()1242 old_pte = qatomic_cmpxchg((uint32_t *)pte_pa, pte, updated_pte); in get_physical_address()1244 old_pte = qatomic_cmpxchg(pte_pa, pte, updated_pte); in get_physical_address()