aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)Author
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan
2023-11-15target/hppa: spelling fixes: Indicies, TruelyMichael Tokarev
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-11-06target/hppa: Add unwind_breg to CPUHPPAStateRichard Henderson
2023-11-06target/hppa: Fix interruption based on default PSWHelge Deller
2023-11-06target/hppa: Remove TARGET_REGISTER_BITSRichard Henderson
2023-11-06target/hppa: Remove TARGET_HPPA64Richard Henderson
2023-11-06target/hppa: Fix hppa64 addressingRichard Henderson
2023-11-06target/hppa: Handle absolute addresses for pa2.0Richard Henderson
2023-11-06target/hppa: Implement cpu_listRichard Henderson
2023-11-06target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson
2023-11-06target/hppa: Introduce TYPE_HPPA64_CPURichard Henderson
2023-11-06target/hppa: Populate an interval tree with valid tlb entriesRichard Henderson
2023-11-06target/hppa: Always report one page to tlb_set_pageRichard Henderson
2023-11-06target/hppa: Use IntervalTreeNode in HPPATLBEntryRichard Henderson
2023-11-06target/hppa: Rename hppa_tlb_entry to HPPATLBEntryRichard Henderson
2023-11-06target/hppa: Include PSW_P in tb flags and mmu indexRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller
2023-09-13target/hppa: Allow up to 16 BTLB entriesHelge Deller
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller
2023-08-04target/hppa: Move iaoq registers and thus reduce generated code sizeHelge Deller
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller
2022-01-06target/hppa: Implement prctl_unalign_sigbusRichard Henderson
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-06-05target/hppa: Remove unused 'memory.h' headerPhilippe Mathieu-Daudé
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-09-02hw/hppa: Make number of TLB and BTLB entries configurableHelge Deller
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster