aboutsummaryrefslogtreecommitdiff
path: root/target/hppa/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-13target/alpha, hppa: Remove unused parent_reset fieldsPeter Maydell1-2/+0
2024-09-03target/hppa: Fix random 32-bit linux-user crashesHelge Deller1-1/+1
2024-09-03target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64Helge Deller1-1/+1
2024-05-15target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson1-1/+0
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson1-2/+1
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson1-1/+2
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson1-0/+2
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson1-0/+3
2024-05-15target/hppa: Use registerfields.h for FPSRRichard Henderson1-0/+25
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson1-41/+2
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé1-6/+0
2024-03-27target/hppa: Use gva_offset_mask() everywhereSven Schnelle1-2/+8
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller1-0/+5
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson1-10/+0
2024-02-03target/hppa: Populate CPUClass.mmu_indexRichard Henderson1-5/+2
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell1-0/+1
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller1-0/+1
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan1-3/+0
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