From nobody Mon Feb 9 20:12:27 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1621430757; cv=none; d=zohomail.com; s=zohoarc; b=QxRvSaUvFrpxfB1C2NeNc3+CsA3SkxmfZR2oK71FP8efvoxDM1MIf3KawcEzYPymvsfCRtIJbjZzQh8gISHvFSAM+Wf6+AKqVZI96YmReu1GGOvRSP843q+jNl2WPg5tSg4EGaa3y+sA0rUkNfy5fBg58YmBRf6+0FzDLp7C8Cg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1621430757; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=SmATPfEUnOdH4wUa1ghGTuqJjdBFoj/PijBhaTgWTuo=; b=nKSqKtuadRxTRnfy7JhLjCEarblCa1x5OrGTQCPTbhjfEN6uVhr3bRK6yq7is1uMoqEB79K4ZLK/EXQakeudGpY/QOB4FTnd/ZUwQWqhb+8XgeD+5YQM9jzk6yUUwET+t0nDoxDALcVthi0/s/XqPmVEwdYWA76+PvofNpNl9KM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 162143075782596.88105903508813; Wed, 19 May 2021 06:25:57 -0700 (PDT) Received: from localhost ([::1]:39228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljMCy-0000yQ-Ss for importer@patchew.org; Wed, 19 May 2021 09:25:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljLhj-0002G3-Qk; Wed, 19 May 2021 08:53:39 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:43857 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljLhg-0001Wu-Ns; Wed, 19 May 2021 08:53:39 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 4FlXnn1fSCz9t5m; Wed, 19 May 2021 22:52:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1621428733; bh=jilhsORAop6g7BL+ey4S6C7MdUfCRRO3/4h7TeQoVKs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qQekalPSwRjPrDqB1fgEk6W56poTRsvRqlR6s/XO9c3JOJ1uPixhWSvPF/oOFLB6i zp1eqjlkUNrwnWnIGMATace2IYPyt6RpCAIKr3Z4PHtHPPMq/yyXHDl99obazxhJEr pLr29/Kzs3OVuJxy8FDaR8CxFQluyeVaTItgwIKw= From: David Gibson To: peter.maydell@linaro.org, groug@kaod.org Subject: [PULL 37/48] target/ppc: Use MMUAccessType in mmu-hash32.c Date: Wed, 19 May 2021 22:51:37 +1000 Message-Id: <20210519125148.27720-38-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210519125148.27720-1-david@gibson.dropbear.id.au> References: <20210519125148.27720-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=203.11.71.1; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: richard.henderson@linaro.org, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" From: Richard Henderson We must leave the 'int rwx' parameter to ppc_hash32_handle_mmu_fault for now, but will clean that up later. Signed-off-by: Richard Henderson Message-Id: <20210518201146.794854-5-richard.henderson@linaro.org> Signed-off-by: David Gibson --- target/ppc/mmu-hash32.c | 53 ++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/target/ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c index 233a66658e..744a763f44 100644 --- a/target/ppc/mmu-hash32.c +++ b/target/ppc/mmu-hash32.c @@ -153,16 +153,17 @@ static int hash32_bat_601_prot(PowerPCCPU *cpu, return ppc_hash32_pp_prot(key, pp, 0); } =20 -static hwaddr ppc_hash32_bat_lookup(PowerPCCPU *cpu, target_ulong ea, int = rwx, - int *prot) +static hwaddr ppc_hash32_bat_lookup(PowerPCCPU *cpu, target_ulong ea, + MMUAccessType access_type, int *prot) { CPUPPCState *env =3D &cpu->env; target_ulong *BATlt, *BATut; + bool ifetch =3D access_type =3D=3D MMU_INST_FETCH; int i; =20 LOG_BATS("%s: %cBAT v " TARGET_FMT_lx "\n", __func__, - rwx =3D=3D 2 ? 'I' : 'D', ea); - if (rwx =3D=3D 2) { + ifetch ? 'I' : 'D', ea); + if (ifetch) { BATlt =3D env->IBAT[1]; BATut =3D env->IBAT[0]; } else { @@ -181,7 +182,7 @@ static hwaddr ppc_hash32_bat_lookup(PowerPCCPU *cpu, ta= rget_ulong ea, int rwx, } LOG_BATS("%s: %cBAT%d v " TARGET_FMT_lx " BATu " TARGET_FMT_lx " BATl " TARGET_FMT_lx "\n", __func__, - type =3D=3D ACCESS_CODE ? 'I' : 'D', i, ea, batu, batl); + ifetch ? 'I' : 'D', i, ea, batu, batl); =20 if (mask && ((ea & mask) =3D=3D (batu & BATU32_BEPI))) { hwaddr raddr =3D (batl & mask) | (ea & ~mask); @@ -209,7 +210,7 @@ static hwaddr ppc_hash32_bat_lookup(PowerPCCPU *cpu, ta= rget_ulong ea, int rwx, LOG_BATS("%s: %cBAT%d v " TARGET_FMT_lx " BATu " TARGET_FMT_lx " BATl " TARGET_FMT_lx "\n\t" TARGET_FMT_lx " " TARGET_FMT_lx " " TARGET_FMT_lx "\n", - __func__, type =3D=3D ACCESS_CODE ? 'I' : 'D', i, ea, + __func__, ifetch ? 'I' : 'D', i, ea, *BATu, *BATl, BEPIu, BEPIl, bl); } } @@ -219,7 +220,8 @@ static hwaddr ppc_hash32_bat_lookup(PowerPCCPU *cpu, ta= rget_ulong ea, int rwx, } =20 static int ppc_hash32_direct_store(PowerPCCPU *cpu, target_ulong sr, - target_ulong eaddr, int rwx, + target_ulong eaddr, + MMUAccessType access_type, hwaddr *raddr, int *prot) { CPUState *cs =3D CPU(cpu); @@ -240,7 +242,7 @@ static int ppc_hash32_direct_store(PowerPCCPU *cpu, tar= get_ulong sr, return 0; } =20 - if (rwx =3D=3D 2) { + if (access_type =3D=3D MMU_INST_FETCH) { /* No code fetch is allowed in direct-store areas */ cs->exception_index =3D POWERPC_EXCP_ISI; env->error_code =3D 0x10000000; @@ -261,7 +263,7 @@ static int ppc_hash32_direct_store(PowerPCCPU *cpu, tar= get_ulong sr, /* lwarx, ldarx or srwcx. */ env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x06000000; } else { env->spr[SPR_DSISR] =3D 0x04000000; @@ -281,7 +283,7 @@ static int ppc_hash32_direct_store(PowerPCCPU *cpu, tar= get_ulong sr, cs->exception_index =3D POWERPC_EXCP_DSI; env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x06100000; } else { env->spr[SPR_DSISR] =3D 0x04100000; @@ -291,14 +293,15 @@ static int ppc_hash32_direct_store(PowerPCCPU *cpu, t= arget_ulong sr, cpu_abort(cs, "ERROR: instruction should not need " "address translation\n"); } - if ((rwx =3D=3D 1 || key !=3D 1) && (rwx =3D=3D 0 || key !=3D 0)) { + if ((access_type =3D=3D MMU_DATA_STORE || key !=3D 1) && + (access_type =3D=3D MMU_DATA_LOAD || key !=3D 0)) { *raddr =3D eaddr; return 0; } else { cs->exception_index =3D POWERPC_EXCP_DSI; env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x0a000000; } else { env->spr[SPR_DSISR] =3D 0x08000000; @@ -423,13 +426,15 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vadd= r eaddr, int rwx, ppc_hash_pte32_t pte; int prot; int need_prot; + MMUAccessType access_type; hwaddr raddr; =20 assert((rwx =3D=3D 0) || (rwx =3D=3D 1) || (rwx =3D=3D 2)); - need_prot =3D prot_for_access_type(rwx); + access_type =3D rwx; + need_prot =3D prot_for_access_type(access_type); =20 /* 1. Handle real mode accesses */ - if (((rwx =3D=3D 2) && (msr_ir =3D=3D 0)) || ((rwx !=3D 2) && (msr_dr = =3D=3D 0))) { + if (access_type =3D=3D MMU_INST_FETCH ? !msr_ir : !msr_dr) { /* Translation is off */ raddr =3D eaddr; tlb_set_page(cs, eaddr & TARGET_PAGE_MASK, raddr & TARGET_PAGE_MAS= K, @@ -440,17 +445,17 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vadd= r eaddr, int rwx, =20 /* 2. Check Block Address Translation entries (BATs) */ if (env->nb_BATs !=3D 0) { - raddr =3D ppc_hash32_bat_lookup(cpu, eaddr, rwx, &prot); + raddr =3D ppc_hash32_bat_lookup(cpu, eaddr, access_type, &prot); if (raddr !=3D -1) { if (need_prot & ~prot) { - if (rwx =3D=3D 2) { + if (access_type =3D=3D MMU_INST_FETCH) { cs->exception_index =3D POWERPC_EXCP_ISI; env->error_code =3D 0x08000000; } else { cs->exception_index =3D POWERPC_EXCP_DSI; env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x0a000000; } else { env->spr[SPR_DSISR] =3D 0x08000000; @@ -471,7 +476,7 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vaddr = eaddr, int rwx, =20 /* 4. Handle direct store segments */ if (sr & SR32_T) { - if (ppc_hash32_direct_store(cpu, sr, eaddr, rwx, + if (ppc_hash32_direct_store(cpu, sr, eaddr, access_type, &raddr, &prot) =3D=3D 0) { tlb_set_page(cs, eaddr & TARGET_PAGE_MASK, raddr & TARGET_PAGE_MASK, prot, mmu_idx, @@ -483,7 +488,7 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vaddr = eaddr, int rwx, } =20 /* 5. Check for segment level no-execute violation */ - if ((rwx =3D=3D 2) && (sr & SR32_NX)) { + if (access_type =3D=3D MMU_INST_FETCH && (sr & SR32_NX)) { cs->exception_index =3D POWERPC_EXCP_ISI; env->error_code =3D 0x10000000; return 1; @@ -492,14 +497,14 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vadd= r eaddr, int rwx, /* 6. Locate the PTE in the hash table */ pte_offset =3D ppc_hash32_htab_lookup(cpu, sr, eaddr, &pte); if (pte_offset =3D=3D -1) { - if (rwx =3D=3D 2) { + if (access_type =3D=3D MMU_INST_FETCH) { cs->exception_index =3D POWERPC_EXCP_ISI; env->error_code =3D 0x40000000; } else { cs->exception_index =3D POWERPC_EXCP_DSI; env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x42000000; } else { env->spr[SPR_DSISR] =3D 0x40000000; @@ -518,14 +523,14 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vadd= r eaddr, int rwx, if (need_prot & ~prot) { /* Access right violation */ qemu_log_mask(CPU_LOG_MMU, "PTE access rejected\n"); - if (rwx =3D=3D 2) { + if (access_type =3D=3D MMU_INST_FETCH) { cs->exception_index =3D POWERPC_EXCP_ISI; env->error_code =3D 0x08000000; } else { cs->exception_index =3D POWERPC_EXCP_DSI; env->error_code =3D 0; env->spr[SPR_DAR] =3D eaddr; - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { env->spr[SPR_DSISR] =3D 0x0a000000; } else { env->spr[SPR_DSISR] =3D 0x08000000; @@ -542,7 +547,7 @@ int ppc_hash32_handle_mmu_fault(PowerPCCPU *cpu, vaddr = eaddr, int rwx, ppc_hash32_set_r(cpu, pte_offset, pte.pte1); } if (!(pte.pte1 & HPTE32_R_C)) { - if (rwx =3D=3D 1) { + if (access_type =3D=3D MMU_DATA_STORE) { ppc_hash32_set_c(cpu, pte_offset, pte.pte1); } else { /* --=20 2.31.1