Searched refs:get_physical_address_pmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 837 static int get_physical_address_pmp(CPURISCVState *env, int *prot, hwaddr addr, in get_physical_address_pmp() function 1051 int pmp_ret = get_physical_address_pmp(env, &pmp_prot, pte_addr, in get_physical_address() 1495 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill() 1530 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill()
|