Lines Matching refs:pte_addr
1320 hwaddr pte_addr; in get_physical_address() local
1353 pte_addr = vbase + idx * ptesize; in get_physical_address()
1355 pte_addr = base + idx * ptesize; in get_physical_address()
1359 int pmp_ret = get_physical_address_pmp(env, &pmp_prot, pte_addr, in get_physical_address()
1367 pte = address_space_ldl(cs->as, pte_addr, attrs, &res); in get_physical_address()
1369 pte = address_space_ldq(cs->as, pte_addr, attrs, &res); in get_physical_address()
1382 __func__, pte_addr, pte); in get_physical_address()
1391 __func__, pte_addr, pte); in get_physical_address()
1400 __func__, pte_addr, pte); in get_physical_address()
1420 __func__, pte_addr, pte); in get_physical_address()
1435 __func__, pte_addr, pte); in get_physical_address()
1443 __func__, pte_addr, pte); in get_physical_address()
1563 mr = address_space_translate(cs->as, pte_addr, &addr1, &l, in get_physical_address()