Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1440 int prot, prot2, prot_pmp; in riscv_cpu_tlb_fill() local
1494 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill()
1501 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill()
1503 prot &= prot_pmp; in riscv_cpu_tlb_fill()
1529 ret = get_physical_address_pmp(env, &prot_pmp, pa, in riscv_cpu_tlb_fill()
1536 __func__, pa, ret, prot_pmp, tlb_size); in riscv_cpu_tlb_fill()
1538 prot &= prot_pmp; in riscv_cpu_tlb_fill()