yuzu/src/core/hle/kernel
bunnei d7f6d516ce hle: kernel: service_thread: Force stop threads on destruction. 2021-12-06 16:39:18 -08:00
..
arch/arm64 hle: kernel: Add architecture and board specific memory regions. 2021-03-21 14:45:02 -07:00
board/nintendo/nx core: Remove unused includes 2021-11-03 21:42:57 -04:00
init core: Remove unused includes 2021-11-03 21:42:57 -04:00
code_set.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
code_set.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
global_scheduler_context.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
global_scheduler_context.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
hle_ipc.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
hle_ipc.h kernel: hle_ipc: Foward declare KAutoObject 2021-10-07 13:32:36 -04:00
k_address_arbiter.cpp hle: kernel: Cleanup to match coding style. 2021-12-06 16:39:17 -08:00
k_address_arbiter.h general: Replace RESULT_UNKNOWN with ResultUnknown 2021-06-02 00:39:27 -04:00
k_address_space_info.cpp common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
k_address_space_info.h hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. 2021-02-18 16:16:25 -08:00
k_affinity_mask.h k_affinity_mask: Avoid implicit truncation to bool 2021-02-04 15:35:46 -05:00
k_auto_object.cpp hle: kernel: Provide methods for tracking dangling kernel objects. 2021-07-20 18:54:55 -07:00
k_auto_object.h core: hle: kernel: k_auto_object: Add GetName method. 2021-12-06 16:39:16 -08:00
k_auto_object_container.cpp common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
k_auto_object_container.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_class_token.cpp k_class_token: Use variable templates where applicable 2021-05-29 05:25:34 -04:00
k_class_token.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_client_port.cpp hle: kernel: KClientPort: Add an assert for session count. 2021-06-09 22:36:42 -07:00
k_client_port.h hle: kernel: Refactor to allocate a ServiceThread per service handler. 2021-06-04 19:26:48 -07:00
k_client_session.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_client_session.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_condition_variable.cpp hle: kernel: KConditionVariable: Various updates & simplifications. 2021-12-06 16:39:17 -08:00
k_condition_variable.h hle: kernel: KConditionVariable: Various updates & simplifications. 2021-12-06 16:39:17 -08:00
k_event.cpp kernel: Eliminate variable shadowing 2021-05-08 12:33:26 -04:00
k_event.h kernel: Add missing override specifiers 2021-05-29 02:58:32 -04:00
k_handle_table.cpp core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. 2021-12-06 16:39:16 -08:00
k_handle_table.h core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. 2021-12-06 16:39:16 -08:00
k_light_condition_variable.cpp hle: kernel: Cleanup to match coding style. 2021-12-06 16:39:17 -08:00
k_light_condition_variable.h hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue. 2021-12-06 16:39:17 -08:00
k_light_lock.cpp hle: kernel: k_light_lock: Implement CancelWait. 2021-12-06 16:39:18 -08:00
k_light_lock.h hle: kernel: KLightLock: Migrate to updated KThreadQueue. 2021-12-06 16:39:17 -08:00
k_linked_list.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
k_memory_block.h hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 2021-05-05 16:40:52 -07:00
k_memory_block_manager.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
k_memory_block_manager.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
k_memory_layout.board.nintendo_nx.cpp common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
k_memory_layout.cpp hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. 2021-03-21 14:45:13 -07:00
k_memory_layout.h common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
k_memory_manager.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_memory_manager.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_memory_region.h kernel: Eliminate variable shadowing 2021-05-08 12:33:26 -04:00
k_memory_region_type.h hle: kernel: k_memory_region_type: Minor code cleanup. 2021-03-23 18:42:04 -07:00
k_page_bitmap.h hle: kernel: KSystemControl does not belong in Memory namespace. 2021-02-18 16:16:24 -08:00
k_page_heap.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_page_heap.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_page_linked_list.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_page_table.cpp kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 2021-11-20 22:18:56 -05:00
k_page_table.h kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 2021-11-20 22:18:56 -05:00
k_port.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_port.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_priority_queue.h general: Update style to clang-format-12 2021-09-24 15:52:05 -04:00
k_process.cpp hle: kernel: KProcess: Improvements for thread pinning. 2021-12-06 16:39:17 -08:00
k_process.h hle: kernel: KProcess: Improvements for thread pinning. 2021-12-06 16:39:17 -08:00
k_readable_event.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_readable_event.h hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 2021-06-06 15:39:11 -07:00
k_resource_limit.cpp kernel: Fix missing peak set in KResourceLimit::SetLimitValue 2021-06-18 07:27:48 -04:00
k_resource_limit.h kernel: Add missing override specifiers 2021-05-29 02:58:32 -04:00
k_scheduler.cpp hle: kernel: fix scheduling ops from HLE host thread. 2021-12-06 16:39:17 -08:00
k_scheduler.h core: hle: kernel: Ensure idle threads are closed before destroying scheduler. 2021-12-06 16:39:16 -08:00
k_scheduler_lock.h hle: kernel: Add a flag for indicating that the kernel is currently shutting down. 2021-12-06 16:39:17 -08:00
k_scoped_lock.h core: Fix transitive include build errors 2021-11-03 21:42:58 -04:00
k_scoped_resource_reservation.h hle: kernel: Rename Process to KProcess. 2021-05-05 16:40:52 -07:00
k_scoped_scheduler_lock_and_sleep.h hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. 2021-12-06 16:39:17 -08:00
k_server_port.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_server_port.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_server_session.cpp hle: kernel: KServerSession: Migrate to updated KThreadQueue. 2021-12-06 16:39:17 -08:00
k_server_session.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_session.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_session.h hle: kernel: Refactor to allocate a ServiceThread per service handler. 2021-06-04 19:26:48 -07:00
k_shared_memory.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_shared_memory.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_shared_memory_info.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_slab_heap.h hle: kernel: KSlabHeap: Allow host or guest allocations. 2021-05-28 17:42:41 -07:00
k_spin_lock.cpp hle: kernel: Add KSpinLock implementation. 2021-02-18 16:16:24 -08:00
k_spin_lock.h hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. 2021-03-21 14:45:02 -07:00
k_synchronization_object.cpp hle: kernel: Cleanup to match coding style. 2021-12-06 16:39:17 -08:00
k_synchronization_object.h hle: kernel: KSynchronizationObject: Fix variable shadowing. 2021-12-06 16:39:17 -08:00
k_system_control.h hle: kernel: KSystemControl: Update to reflect board-specific behavior. 2021-03-21 14:45:02 -07:00
k_thread.cpp hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC. 2021-12-06 16:39:18 -08:00
k_thread.h hle: kernel: k_thread: Rename sleeping_queue -> wait_queue. 2021-12-06 16:39:18 -08:00
k_thread_queue.cpp hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. 2021-12-06 16:39:17 -08:00
k_thread_queue.h hle: kernel: Cleanup to match coding style. 2021-12-06 16:39:17 -08:00
k_trace.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_transfer_memory.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
k_transfer_memory.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
k_writable_event.cpp hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 2021-06-06 15:39:11 -07:00
k_writable_event.h kernel: Add missing override specifiers 2021-05-29 02:58:32 -04:00
kernel.cpp hle: kernel: fix timing on thread preemption 2021-12-06 16:39:18 -08:00
kernel.h hle: kernel: Add a flag for indicating that the kernel is currently shutting down. 2021-12-06 16:39:17 -08:00
memory_types.h hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. 2021-02-18 16:16:25 -08:00
physical_core.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
physical_core.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
physical_memory.h physical_memory: Add missing include for <vector>. 2020-04-17 00:59:30 -04:00
process_capability.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
process_capability.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
service_thread.cpp hle: kernel: service_thread: Force stop threads on destruction. 2021-12-06 16:39:18 -08:00
service_thread.h hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 2021-05-05 16:40:51 -07:00
slab_helpers.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
svc.cpp hle: kernel: svc: Fix deadlock that can occur with single core. 2021-12-06 16:39:18 -08:00
svc.h core: kernel: Move SVC to its own namesapce. 2020-04-17 00:59:28 -04:00
svc_common.h fixup! hle: kernel: Migrate to KHandleTable. 2021-05-05 16:40:54 -07:00
svc_results.h hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. 2021-05-05 16:40:52 -07:00
svc_types.h hle: kernel: Recode implementation of KThread to be more accurate. 2021-01-28 21:42:26 -08:00
svc_wrap.h svc: Correct WaitSynchronization num_handles param type 2021-11-02 22:31:04 -04:00
time_manager.cpp hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). 2021-12-06 16:39:17 -08:00
time_manager.h core: Remove unused includes 2021-11-03 21:42:57 -04:00