.. |
cpu
|
thermosphere: cache rewrite
|
2021-02-19 21:52:25 +00:00 |
gdb
|
thermosphere: C++ify gdb/verbose
|
2021-02-19 21:52:20 +00:00 |
libc
|
wip
|
2021-02-19 21:52:16 +00:00 |
platform
|
thermosphere: irq manager wip
|
2021-02-19 21:52:22 +00:00 |
abort.cpp
|
wip
|
2021-02-19 21:52:16 +00:00 |
asm_macros.s
|
thermosphere: optimize barrier and core_ctx
|
2021-02-19 21:51:57 +00:00 |
core_ctx.c
|
|
|
core_ctx.h
|
thermosphere: add structural changes needed for range step
|
2021-02-19 21:51:59 +00:00 |
data_abort.c
|
|
|
data_abort.h
|
|
|
debug_log.c
|
thermosphere: add more debugging strings
|
2021-02-19 21:52:07 +00:00 |
debug_log.h
|
thermosphere: add more debugging strings
|
2021-02-19 21:52:07 +00:00 |
debug_manager.c
|
thermosphere: fix continue logic for full-stop & some refactoring
|
2021-02-19 21:52:12 +00:00 |
debug_manager.h
|
thermosphere: partially rewrite gdb context top-level
|
2021-02-19 21:52:19 +00:00 |
defines.hpp
|
thermosphere: begin to write virtual gic code in C++
|
2021-02-19 21:52:23 +00:00 |
exception_vectors.s
|
thermosphere: optimize barrier and core_ctx
|
2021-02-19 21:51:57 +00:00 |
exceptions.c
|
thermosphere: suppress potential unused variable warnings
|
2021-02-19 21:52:15 +00:00 |
exceptions.h
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
fpu.c
|
thermosphere: the fpu cache is only being really modified by gdb anyway
|
2021-02-19 21:52:14 +00:00 |
fpu.h
|
thermosphere: the fpu cache is only being really modified by gdb anyway
|
2021-02-19 21:52:14 +00:00 |
fpu_regs_load_store.s
|
thermosphere: rework fpu register handling
|
2021-02-19 21:51:56 +00:00 |
guest_memory.c
|
|
|
guest_memory.h
|
thermosphere: add src/gdb to build list, fix subsequent warnings and errors
|
2021-02-19 21:52:03 +00:00 |
guest_timers.h
|
|
|
hvc.c
|
|
|
hvc.h
|
|
|
hvisor_gicv2.hpp
|
thermosphere: irq manager wip
|
2021-02-19 21:52:22 +00:00 |
hvisor_hw_breakpoint_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_hw_breakpoint_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_hw_stop_point_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_hw_stop_point_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_i_interrupt_task.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_irq_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_irq_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_sw_breakpoint_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_sw_breakpoint_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_synchronization.cpp
|
thermosphere: cpu intrinsics + synchronization primitives
|
2021-02-19 21:52:21 +00:00 |
hvisor_synchronization.hpp
|
thermosphere: hw breakpoint/watchpoint managers
|
2021-02-19 21:52:21 +00:00 |
hvisor_virtual_gic.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_virtual_gic.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_watchpoint_manager.cpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
hvisor_watchpoint_manager.hpp
|
thermopshere: interrupt refactoring
|
2021-02-19 21:52:24 +00:00 |
initSystem.c
|
|
|
main.c
|
thermosphere: suppress potential unused variable warnings
|
2021-02-19 21:52:15 +00:00 |
memory_map.c
|
thermosphere: reduce usage of nonvolatile memory by around 4KB
|
2021-02-19 21:52:04 +00:00 |
memory_map.h
|
thermosphere: better self-debug fault reporting
|
2021-02-19 21:52:10 +00:00 |
mmu.h
|
|
|
preprocessor.h
|
|
|
semihosting.c
|
|
|
semihosting.h
|
|
|
single_step.c
|
thermosphere: actually report the debug events
|
2021-02-19 21:52:06 +00:00 |
single_step.h
|
|
|
smc.c
|
thermosphere: gdb: add core_on and core_off handling
|
2021-02-19 21:52:01 +00:00 |
smc.h
|
|
|
start.s
|
thermosphere: fix bug where x0 isn't saved
|
2021-02-19 21:52:09 +00:00 |
sysreg.h
|
thermosphere: forgot compiler barrier in get_sysreg
|
2021-02-19 21:52:10 +00:00 |
sysreg_traps.c
|
thermosphere: introduce "ENSURE"
|
2021-02-19 21:51:56 +00:00 |
sysreg_traps.h
|
|
|
timer.c
|
|
|
timer.h
|
|
|
transport_interface.c
|
thermosphère: fix deadlock
|
2021-02-19 21:52:12 +00:00 |
transport_interface.h
|
|
|
traps.c
|
|
|
traps.h
|
|
|
types.h
|
|
|
utils.h
|
wip
|
2021-02-19 21:52:16 +00:00 |