Home
last modified time | relevance | path

Searched refs:pte_pa (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1232 target_ulong *pte_pa = qemu_map_ram_ptr(mr->ram_block, addr1); in get_physical_address() local
1238 *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()