.. |
arch/arm64
|
|
|
board/nintendo/nx
|
|
|
init
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
client_port.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
client_port.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
code_set.cpp
|
|
|
code_set.h
|
|
|
global_scheduler_context.cpp
|
hle: kernel: Refactor out various KThread std::shared_ptr usage.
|
2021-05-05 16:40:50 -07:00 |
global_scheduler_context.h
|
hle: kernel: Refactor out various KThread std::shared_ptr usage.
|
2021-05-05 16:40:50 -07:00 |
handle_table.cpp
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
handle_table.h
|
hle: kernel: Migrate KSharedMemory to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
hle_ipc.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
hle_ipc.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_address_arbiter.cpp
|
|
|
k_address_arbiter.h
|
|
|
k_address_space_info.cpp
|
|
|
k_address_space_info.h
|
|
|
k_affinity_mask.h
|
|
|
k_auto_object_container.cpp
|
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
|
2021-05-05 16:40:49 -07:00 |
k_auto_object_container.h
|
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
|
2021-05-05 16:40:49 -07:00 |
k_auto_object.cpp
|
hle: kernel: Add initial impl. of KAutoObject.
|
2021-05-05 16:40:49 -07:00 |
k_auto_object.h
|
hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_class_token.cpp
|
hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_class_token.h
|
hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_client_session.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_client_session.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_condition_variable.cpp
|
hle: kernel: Move slab heap management to KernelCore.
|
2021-05-05 16:40:51 -07:00 |
k_condition_variable.h
|
|
|
k_event.cpp
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_event.h
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_light_condition_variable.h
|
|
|
k_light_lock.cpp
|
|
|
k_light_lock.h
|
|
|
k_linked_list.h
|
hle: kernel: Move slab heap management to KernelCore.
|
2021-05-05 16:40:51 -07:00 |
k_memory_block_manager.cpp
|
|
|
k_memory_block_manager.h
|
|
|
k_memory_block.h
|
|
|
k_memory_layout.board.nintendo_nx.cpp
|
|
|
k_memory_layout.cpp
|
|
|
k_memory_layout.h
|
|
|
k_memory_manager.cpp
|
|
|
k_memory_manager.h
|
|
|
k_memory_region_type.h
|
|
|
k_memory_region.h
|
|
|
k_page_bitmap.h
|
|
|
k_page_heap.cpp
|
|
|
k_page_heap.h
|
|
|
k_page_linked_list.h
|
|
|
k_page_table.cpp
|
hle: kernel: svc_results: Update naming..
|
2021-05-05 16:40:51 -07:00 |
k_page_table.h
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_priority_queue.h
|
|
|
k_readable_event.cpp
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_readable_event.h
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_resource_limit.cpp
|
|
|
k_resource_limit.h
|
|
|
k_scheduler_lock.h
|
|
|
k_scheduler.cpp
|
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
|
2021-05-05 16:40:51 -07:00 |
k_scheduler.h
|
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
|
2021-05-05 16:40:51 -07:00 |
k_scoped_lock.h
|
|
|
k_scoped_resource_reservation.h
|
|
|
k_scoped_scheduler_lock_and_sleep.h
|
|
|
k_server_session.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_server_session.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_session.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_session.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_shared_memory.cpp
|
hle: kernel: Migrate KSharedMemory to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_shared_memory.h
|
hle: kernel: Migrate KSharedMemory to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_slab_heap.h
|
hle: kernel: Move slab heap management to KernelCore.
|
2021-05-05 16:40:51 -07:00 |
k_spin_lock.cpp
|
|
|
k_spin_lock.h
|
|
|
k_synchronization_object.cpp
|
hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_synchronization_object.h
|
hle: kernel: Migrate KProcess to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_system_control.h
|
|
|
k_thread_queue.h
|
|
|
k_thread.cpp
|
hle: kernel: KThread: Remove incorrect resource release.
|
2021-05-05 16:40:51 -07:00 |
k_thread.h
|
hle: kernel: Migrate KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
k_trace.h
|
|
|
k_transfer_memory.cpp
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_transfer_memory.h
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_writable_event.cpp
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
k_writable_event.h
|
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
kernel.cpp
|
hle: kernel: Move slab heaps to their own container.
|
2021-05-05 16:40:51 -07:00 |
kernel.h
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
memory_types.h
|
|
|
object.cpp
|
|
|
object.h
|
hle: kernel: Migrate KEvent to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
physical_core.cpp
|
|
|
physical_core.h
|
|
|
physical_memory.h
|
|
|
process_capability.cpp
|
hle: kernel: svc_results: Update naming..
|
2021-05-05 16:40:51 -07:00 |
process_capability.h
|
|
|
process.cpp
|
hle: kernel: svc_results: Update naming..
|
2021-05-05 16:40:51 -07:00 |
process.h
|
hle: kernel: Migrate KProcess to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
server_port.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
server_port.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
service_thread.cpp
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
service_thread.h
|
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
slab_helpers.h
|
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
|
2021-05-05 16:40:51 -07:00 |
svc_common.h
|
|
|
svc_results.h
|
hle: kernel: svc_results: Update naming..
|
2021-05-05 16:40:51 -07:00 |
svc_types.h
|
|
|
svc_wrap.h
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
svc.cpp
|
hle: kernel: Migrate KTransferMemory to KAutoObject.
|
2021-05-05 16:40:51 -07:00 |
svc.h
|
|
|
time_manager.cpp
|
hle: kernel: Migrate more of KThread to KAutoObject.
|
2021-05-05 16:40:50 -07:00 |
time_manager.h
|
|
|
transfer_memory.cpp
|
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
|
2021-04-23 22:12:41 -05:00 |
transfer_memory.h
|
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
|
2021-04-23 22:12:41 -05:00 |