There was an error fetching the commit references. Please try again later.
Merge pull request #11914 from liamwhite/newer-kpagetable
kernel: add KPageTableBase
Showing
- src/common/page_table.cpp 15 additions, 15 deletionssrc/common/page_table.cpp
- src/common/page_table.h 14 additions, 3 deletionssrc/common/page_table.h
- src/core/CMakeLists.txt 3 additions, 3 deletionssrc/core/CMakeLists.txt
- src/core/debugger/gdbstub.cpp 58 additions, 44 deletionssrc/core/debugger/gdbstub.cpp
- src/core/hle/kernel/board/nintendo/nx/k_system_control.cpp 11 additions, 2 deletionssrc/core/hle/kernel/board/nintendo/nx/k_system_control.cpp
- src/core/hle/kernel/board/nintendo/nx/k_system_control.h 6 additions, 1 deletionsrc/core/hle/kernel/board/nintendo/nx/k_system_control.h
- src/core/hle/kernel/k_capabilities.cpp 15 additions, 21 deletionssrc/core/hle/kernel/k_capabilities.cpp
- src/core/hle/kernel/k_capabilities.h 9 additions, 8 deletionssrc/core/hle/kernel/k_capabilities.h
- src/core/hle/kernel/k_device_address_space.cpp 2 additions, 2 deletionssrc/core/hle/kernel/k_device_address_space.cpp
- src/core/hle/kernel/k_device_address_space.h 5 additions, 5 deletionssrc/core/hle/kernel/k_device_address_space.h
- src/core/hle/kernel/k_memory_layout.h 8 additions, 0 deletionssrc/core/hle/kernel/k_memory_layout.h
- src/core/hle/kernel/k_memory_manager.cpp 4 additions, 8 deletionssrc/core/hle/kernel/k_memory_manager.cpp
- src/core/hle/kernel/k_page_table.h 4 additions, 538 deletionssrc/core/hle/kernel/k_page_table.h
- src/core/hle/kernel/k_page_table_base.cpp 5716 additions, 0 deletionssrc/core/hle/kernel/k_page_table_base.cpp
- src/core/hle/kernel/k_page_table_base.h 759 additions, 0 deletionssrc/core/hle/kernel/k_page_table_base.h
- src/core/hle/kernel/k_process.cpp 9 additions, 9 deletionssrc/core/hle/kernel/k_process.cpp
- src/core/hle/kernel/k_process.h 7 additions, 7 deletionssrc/core/hle/kernel/k_process.h
- src/core/hle/kernel/k_process_page_table.h 480 additions, 0 deletionssrc/core/hle/kernel/k_process_page_table.h
- src/core/hle/kernel/k_server_session.cpp 1 addition, 1 deletionsrc/core/hle/kernel/k_server_session.cpp
- src/core/hle/kernel/k_system_resource.cpp 1 addition, 1 deletionsrc/core/hle/kernel/k_system_resource.cpp
Loading
Please register or sign in to comment