Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu_common.c630 int prot2; in mmubooke_check_tlb() local
638 prot2 = tlb->prot & 0xF; in mmubooke_check_tlb()
651 *prot = prot2; in mmubooke_check_tlb()
798 int prot2 = 0; in mmubooke206_check_tlb() local
834 prot2 |= PAGE_READ; in mmubooke206_check_tlb()
837 prot2 |= PAGE_WRITE; in mmubooke206_check_tlb()
840 prot2 |= PAGE_EXEC; in mmubooke206_check_tlb()
844 prot2 |= PAGE_READ; in mmubooke206_check_tlb()
847 prot2 |= PAGE_WRITE; in mmubooke206_check_tlb()
850 prot2 |= PAGE_EXEC; in mmubooke206_check_tlb()
[all …]
/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1298 int prot, prot2, prot_pmp; in riscv_cpu_tlb_fill() local
1339 ret = get_physical_address(env, &pa, &prot2, im_address, NULL, in riscv_cpu_tlb_fill()
1347 __func__, im_address, ret, pa, prot2); in riscv_cpu_tlb_fill()
1349 prot &= prot2; in riscv_cpu_tlb_fill()