1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-19 08:52:25 +00:00
Atmosphere/thermosphere/src
2021-02-19 21:52:36 +00:00
..
cpu thermosphere: rewrite (host) memory map (wip, need to update start.s anyway) 2021-02-19 21:52:34 +00:00
drivers/arm thermosphere: refactor pl011 driver a bit more 2021-02-19 21:52:36 +00:00
gdb thermosphere: guest mem rewrite 2021-02-19 21:52:35 +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
traps thermosphere: rewrite (host) memory map (wip, need to update start.s anyway) 2021-02-19 21:52:34 +00:00
abort.cpp wip 2021-02-19 21:52:16 +00:00
asm_macros.s thermosphere: start corectx/exception stuff rewrite 2021-02-19 21:52:26 +00:00
debug_log.c
debug_log.h
debug_manager.c thermosphere: cleanup again 2021-02-19 21:52:30 +00:00
debug_manager.h thermosphere: exception dispatcher rewrite 2021-02-19 21:52:29 +00:00
defines.hpp thermosphere: sysreg traps 2021-02-19 21:52:29 +00:00
exception_vectors.s thermosphere: safe io copy 2021-02-19 21:52:35 +00:00
hvisor_core_context.cpp thermosphere: rewrite core_ctx 2021-02-19 21:52:26 +00:00
hvisor_core_context.hpp thermosphere: rewrite smc traps 2021-02-19 21:52:30 +00:00
hvisor_exception_dispatcher.cpp thermosphere: clean up start.s & exception_vector.s 2021-02-19 21:52:34 +00:00
hvisor_exception_dispatcher.hpp thermosphere: trap refactor WIP 2021-02-19 21:52:29 +00:00
hvisor_exception_stack_frame.hpp thermosphere: sysreg traps 2021-02-19 21:52:29 +00:00
hvisor_fpu_register_cache.hpp thermosphere: propagate some changes 2021-02-19 21:52:28 +00:00
hvisor_fpu_register_cache_impl.s thermosphere: fpu register cache 2021-02-19 21:52:25 +00:00
hvisor_generic_timer.cpp thermosphere: generic timer rewrite 2021-02-19 21:52:31 +00:00
hvisor_generic_timer.hpp thermosphere: generic timer rewrite 2021-02-19 21:52:31 +00:00
hvisor_gicv2.hpp thermosphere: irq manager wip 2021-02-19 21:52:22 +00:00
hvisor_guest_memory.cpp thermosphere: guest mem rewrite 2021-02-19 21:52:35 +00:00
hvisor_guest_memory.hpp thermosphere: guest mem rewrite 2021-02-19 21:52:35 +00:00
hvisor_guest_timers.hpp thermosphere: static inline -> inline 2021-02-19 21:52:33 +00:00
hvisor_hw_breakpoint_manager.cpp thermopshere: interrupt refactoring 2021-02-19 21:52:24 +00:00
hvisor_hw_breakpoint_manager.hpp thermosphere: singleton ctors should be private 2021-02-19 21:52:27 +00:00
hvisor_hw_stop_point_manager.cpp thermosphere: propagate some changes 2021-02-19 21:52:28 +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 thermosphere: guest timer header 2021-02-19 21:52:28 +00:00
hvisor_irq_manager.hpp thermosphere: rewrite (host) memory map (wip, need to update start.s anyway) 2021-02-19 21:52:34 +00:00
hvisor_memory_map.cpp thermosphere: guest mem rewrite 2021-02-19 21:52:35 +00:00
hvisor_memory_map.hpp thermosphere: guest mem rewrite 2021-02-19 21:52:35 +00:00
hvisor_safe_io_copy.hpp thermosphere: safe io copy 2021-02-19 21:52:35 +00:00
hvisor_safe_io_copy.s thermosphere: safe io copy 2021-02-19 21:52:35 +00:00
hvisor_sw_breakpoint_manager.cpp thermosphere: guest mem rewrite 2021-02-19 21:52:35 +00:00
hvisor_sw_breakpoint_manager.hpp thermosphere: singleton ctors should be private 2021-02-19 21:52:27 +00:00
hvisor_synchronization.cpp thermosphere: propagate some changes 2021-02-19 21:52:28 +00:00
hvisor_synchronization.hpp thermosphere: propagate some changes 2021-02-19 21:52:28 +00:00
hvisor_virtual_gic.cpp thermosphere: propagate some changes 2021-02-19 21:52:28 +00:00
hvisor_virtual_gic.hpp thermosphere: rewrite (host) memory map (wip, need to update start.s anyway) 2021-02-19 21:52:34 +00:00
hvisor_watchpoint_manager.cpp thermosphere: fix off by 1 in wp mgr 2021-02-19 21:52:32 +00:00
hvisor_watchpoint_manager.hpp thermosphere: singleton ctors should be private 2021-02-19 21:52:27 +00:00
initSystem.c
main.c thermosphere: suppress potential unused variable warnings 2021-02-19 21:52:15 +00:00
mmu.h
preprocessor.h
start.s thermosphere: clean up start.s & exception_vector.s 2021-02-19 21:52:34 +00:00
transport_interface.c thermosphère: fix deadlock 2021-02-19 21:52:12 +00:00
transport_interface.h thermosphere: hvisor_exception_frame.hpp 2021-02-19 21:52:27 +00:00
types.h
util_semihosting.hpp thermosphere: rewrite semihosting 2021-02-19 21:52:31 +00:00
utils.h thermosphere: propagate some changes 2021-02-19 21:52:28 +00:00