Searched refs:prot_pmp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 1441 int prot, prot2, prot_pmp; in riscv_cpu_tlb_fill() 1495 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill() 1502 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill() 1504 prot &= prot_pmp; in riscv_cpu_tlb_fill() 1530 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill() 1537 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill() 1539 prot &= prot_pmp; in riscv_cpu_tlb_fill() 1440 int prot, prot2, prot_pmp; riscv_cpu_tlb_fill() local
|