aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/internal.h
AgeCommit message (Expand)Author
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan
2024-05-24target/ppc: Move mmu_ctx_t type to mmu_common.cBALATON Zoltan
2024-05-24target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()BALATON Zoltan
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé
2023-11-07target/ppc: Define powerpc_pm_insn_t in 'internal.h'Philippe Mathieu-Daudé
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé
2022-07-28target/ppc: Implement new wait variantsNicholas Piggin
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2021-11-02target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemuRichard Henderson
2021-11-02target/ppc: Implement ppc_cpu_record_sigsegvRichard Henderson
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland
2019-03-12target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland
2019-02-04target/ppc: implement complete set of Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2019-01-09target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32Mark Cave-Ayland
2019-01-09target/ppc: fix typo in SIMM5 extraction helperMark Cave-Ayland
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2017-02-22target-ppc: implement load atomic instructionBalamuruhan S
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xsaddqp instructionsBharata B Rao
2017-01-31target-ppc: Use correct precision for FPRF settingBharata B Rao
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao
2016-12-20Move target-* CPU file into a target/ folderThomas Huth