summaryrefslogtreecommitdiffstats
path: root/target/ppc/mmu-radix64.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Fix regression in Radix MMULeandro Lupori2022-10-291-8/+21
* target/ppc: Check page dir/table base alignmentLeandro Lupori2022-07-181-4/+24
* target/ppc: Improve Radix xlate level validationLeandro Lupori2022-07-181-11/+38
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-181-4/+13
* target/ppc: Remove msr_hv macroVíctor Colombo2022-05-051-3/+3
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-051-2/+3
* target/ppc: fix ISI fault cause for Radix MMULeandro Lupori2022-03-141-1/+2
* target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin2022-02-181-2/+9
* target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin2022-02-181-1/+7
* target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin2022-02-181-4/+15
* target/ppc: raise HV interrupts for partition table entry problemsNicholas Piggin2022-02-181-2/+4
* target/ppc: Fix radix loggingCédric Le Goater2022-02-091-6/+2Star
* target/ppc: Check effective address validityCédric Le Goater2022-01-041-0/+5
* target/ppc: Improve logging in Radix MMUCédric Le Goater2022-01-041-3/+52
* target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)2021-07-091-16/+21
* target/ppc: Introduce ppc_xlateRichard Henderson2021-07-091-35/+3Star
* target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson2021-07-091-15/+15
* target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson2021-07-091-43/+34Star
* target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson2021-07-091-5/+2Star
* target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)2021-06-031-1/+0Star
* target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson2021-05-191-45/+74
* target/ppc: Introduce prot_for_access_typeRichard Henderson2021-05-191-2/+4
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz2020-05-271-1/+1
* target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz2020-05-271-18/+21
* target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-2/+4
* target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-1/+2
* target/ppc: Don't initialize some local variables in ppc_radix64_xlate()Greg Kurz2020-05-271-1/+5
* target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()Greg Kurz2020-05-271-1/+2
* target/ppc: Add support for Radix partition-scoped translationCédric Le Goater2020-05-071-18/+176
* target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater2020-05-071-27/+52
* target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater2020-05-071-5/+6
* target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater2020-05-071-96/+123
* target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater2020-05-071-0/+1
* target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater2020-05-071-2/+3
* target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh2020-05-071-0/+3
* ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater2020-02-021-0/+6
* target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt2019-04-261-3/+13
* target/ppc: Basic POWER9 bare-metal radix MMU supportBenjamin Herrenschmidt2019-02-251-12/+69
* target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt2019-02-251-8/+10
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh2017-07-111-0/+45
* target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh2017-07-111-14/+8Star
* target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh2017-06-301-1/+1
* target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh2017-05-111-0/+259