Lines Matching refs:pa
1767 hwaddr pa = 0; in riscv_cpu_tlb_fill() local
1786 ret = get_physical_address(env, &pa, &prot, address, in riscv_cpu_tlb_fill()
1803 __func__, address, ret, pa, prot); in riscv_cpu_tlb_fill()
1807 im_address = pa; in riscv_cpu_tlb_fill()
1809 ret = get_physical_address(env, &pa, &prot2, im_address, NULL, in riscv_cpu_tlb_fill()
1817 __func__, im_address, ret, pa, prot2); in riscv_cpu_tlb_fill()
1822 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill()
1824 tlb_size = pmp_get_tlb_size(env, pa); in riscv_cpu_tlb_fill()
1829 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill()
1847 ret = get_physical_address(env, &pa, &prot, address, NULL, in riscv_cpu_tlb_fill()
1854 __func__, address, ret, pa, prot); in riscv_cpu_tlb_fill()
1857 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill()
1859 tlb_size = pmp_get_tlb_size(env, pa); in riscv_cpu_tlb_fill()
1864 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill()
1875 tlb_set_page(cs, address & ~(tlb_size - 1), pa & ~(tlb_size - 1), in riscv_cpu_tlb_fill()