index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hppa
/
mem_helper.c
Age
Commit message (
Expand
)
Author
2024-10-13
target/hppa: Implement TCGCPUOps.tlb_fill_align
Richard Henderson
2024-10-13
target/hppa: Handle alignment faults in hppa_get_physical_address
Richard Henderson
2024-10-13
target/hppa: Fix priority of T, D, and B page faults
Richard Henderson
2024-10-13
target/hppa: Perform access rights before protection id check
Richard Henderson
2024-10-13
target/hppa: Add MemOp argument to hppa_get_physical_address
Richard Henderson
2024-05-15
target/hppa: Adjust priv for B,GATE at runtime
Richard Henderson
2024-05-15
target/hppa: Drop tlb_entry return from hppa_get_physical_address
Richard Henderson
2024-05-15
target/hppa: Implement PSW_X
Richard Henderson
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-03-19
target/hppa: fix access_id check
Sven Schnelle
2024-03-12
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-03
target/hppa: Restore unwind_breg before calculating ior
Helge Deller
2024-02-11
target/hppa: PDC_BTLB_INFO uses 32-bit ints
Helge Deller
2024-02-11
target/hppa: Implement do_transaction_failed handler for I/O errors
Helge Deller
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-13
target/hppa: Export function hppa_set_ior_and_isr()
Helge Deller
2024-01-13
target/hppa: Avoid accessing %gr0 when raising exception
Helge Deller
2024-01-13
target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
Helge Deller
2023-11-13
target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40
Richard Henderson
2023-11-13
target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
Richard Henderson
2023-11-13
target/hppa: Introduce MMU_IDX_MMU_DISABLED
Richard Henderson
2023-11-13
target/hppa: Fix possible overflow in TLB size calculation
Helge Deller
2023-11-06
target/hppa: Create raise_exception_with_ior
Richard Henderson
2023-11-06
target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
Richard Henderson
2023-11-06
target/hppa: Add pa2.0 cpu local tlb flushes
Helge Deller
2023-11-06
target/hppa: Remove TARGET_REGISTER_BITS
Richard Henderson
2023-11-06
target/hppa: Implement IDTLBT, IITLBT
Richard Henderson
2023-11-06
target/hppa: Handle absolute addresses for pa2.0
Richard Henderson
2023-11-06
target/hppa: Make HPPA_BTLB_ENTRIES variable
Richard Henderson
2023-11-06
target/hppa: Populate an interval tree with valid tlb entries
Richard Henderson
2023-11-06
target/hppa: Split out hppa_flush_tlb_range
Richard Henderson
2023-11-06
target/hppa: Always report one page to tlb_set_page
Richard Henderson
2023-11-06
target/hppa: Use IntervalTreeNode in HPPATLBEntry
Richard Henderson
2023-11-06
target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
Richard Henderson
2023-11-06
target/hppa: Include PSW_P in tb flags and mmu index
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-19
target/hppa: Wire up diag instruction to support BTLB
Helge Deller
2023-09-15
target/hppa: Add BTLB support to hppa TLB functions
Helge Deller
2023-08-25
target/hppa: Use privilege helper in hppa_get_physical_address()
Helge Deller
2023-08-25
target/hppa: Do not use hardcoded value for tlb_flush_*()
Helge Deller
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-11-02
target/hppa: Make hppa_cpu_tlb_fill sysemu only
Richard Henderson
2020-11-15
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-06-10
target/hppa: Use env_cpu, env_archcpu
Richard Henderson
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/hppa: Convert to CPUClass::tlb_fill
Richard Henderson
2019-04-29
target/hppa: Always return EXCP_DMAR for protection id trap
Nick Hudson
2019-03-12
target/hppa: add TLB protection id check
Sven Schnelle
2019-03-12
target/hppa: allow multiple itlbp without itlba
Sven Schnelle
[next]