aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/mmu-radix64.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-1/+1
2024-07-26target/ppc: Remove includes from mmu-book3s-v3.hBALATON Zoltan1-0/+1
2024-07-26target/ppc/mmu-radix64: Remove externally unused parts from headerBALATON Zoltan1-0/+49
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan1-1/+1
2024-05-24target/ppc/mmu-radix64.c: Drop a local variableBALATON Zoltan1-3/+2
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin1-3/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-03-30target/ppc/mmu-radix64: Use correct string format in walk_tree()Philippe Mathieu-Daudé1-4/+4
2023-09-06target/ppc: Generate storage interrupts for radix RC changesShawn Anastasio1-25/+49
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin1-3/+11
2023-06-25target/ppc: Change partition-scope translate interfaceNicholas Piggin1-8/+16
2022-10-29target/ppc: Fix regression in Radix MMULeandro Lupori1-8/+21
2022-07-18target/ppc: Check page dir/table base alignmentLeandro Lupori1-4/+24
2022-07-18target/ppc: Improve Radix xlate level validationLeandro Lupori1-11/+38
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori1-4/+13
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-3/+3
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-2/+3
2022-03-14target/ppc: fix ISI fault cause for Radix MMULeandro Lupori1-1/+2
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-2/+9
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin1-1/+7
2022-02-18target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin1-4/+15
2022-02-18target/ppc: raise HV interrupts for partition table entry problemsNicholas Piggin1-2/+4
2022-02-09target/ppc: Fix radix loggingCédric Le Goater1-6/+2
2022-01-04target/ppc: Check effective address validityCédric Le Goater1-0/+5
2022-01-04target/ppc: Improve logging in Radix MMUCédric Le Goater1-3/+52
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)1-16/+21
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson1-35/+3
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson1-15/+15
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson1-43/+34
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson1-5/+2
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)1-1/+0
2021-05-19target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson1-45/+74
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson1-2/+4
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-05-27target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz1-1/+1
2020-05-27target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz1-18/+21
2020-05-27target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz1-2/+4
2020-05-27target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz1-1/+2
2020-05-27target/ppc: Don't initialize some local variables in ppc_radix64_xlate()Greg Kurz1-1/+5
2020-05-27target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()Greg Kurz1-1/+2
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater1-18/+176
2020-05-07target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater1-27/+52
2020-05-07target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater1-5/+6
2020-05-07target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater1-96/+123
2020-05-07target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater1-0/+1
2020-05-07target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater1-2/+3
2020-05-07target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh1-0/+3
2020-02-02ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater1-0/+6
2019-04-26target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt1-3/+13
2019-02-26target/ppc: Basic POWER9 bare-metal radix MMU supportBenjamin Herrenschmidt1-12/+69