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