summaryrefslogtreecommitdiff
path: root/target/ppc/mmu-radix64.c
AgeCommit message (Expand)Author
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-05-27target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz
2020-05-27target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz
2020-05-27target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz
2020-05-27target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz
2020-05-27target/ppc: Don't initialize some local variables in ppc_radix64_xlate()Greg Kurz
2020-05-27target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()Greg Kurz
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater
2020-05-07target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translationCédric Le Goater
2020-05-07target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' boolCédric Le Goater
2020-05-07target/ppc: Introduce ppc_radix64_xlate() for Radix tree translationCédric Le Goater
2020-05-07target/ppc: Assert if HV mode is set when running under a pseries machineCédric Le Goater
2020-05-07target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()Cédric Le Goater
2020-05-07target/ppc: Enforce that the root page directory size must be at least 5Suraj Jitindar Singh
2020-02-02ppc/pnv: Add support for HRMOR on Radix hostCédric Le Goater
2019-04-26target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt
2019-02-26target/ppc: Basic POWER9 bare-metal radix MMU supportBenjamin Herrenschmidt
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-07-11target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh
2017-07-11target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh
2017-06-30target/ppc: Fix return value in tcg radix mmu fault handlerSuraj Jitindar Singh
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh