rpcsx/rpcs3/Emu/Cell/lv2
Lassi Hämäläinen 499035512b Split Emu/Memory into more logical headers
- Add vm_locking.h and vm_reservation.h and move relevant functions
  and types to these headers.
- Change include order and make vm_ptr.h, vm_var.h and vm_ref.h headers
  usable invidually and them including vm.h instead of other way around
- Because usage of vm::ptr now requires including vm_ptr.h instead of
  vm.h updated multiple #includes
- Added additional #includes to vm_reservation.h and vm_locking to
  where vm::reservation_* and locking related functions are used
2019-06-25 17:11:10 +03:00
..
lv2.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_cond.cpp sys_cond: add vm::temporary_unlock 2019-06-19 20:39:29 +03:00
sys_cond.h sys_cond: add vm::temporary_unlock 2019-06-19 20:39:29 +03:00
sys_dbg.cpp Make vm::get_super_ptr return contiguous memory 2018-09-27 23:37:13 +03:00
sys_dbg.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_event.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
sys_event.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_event_flag.cpp Small improvements to sys_event_flag 2019-03-08 23:44:46 +03:00
sys_event_flag.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_fs.cpp sys_fs: yield PPU on disk access ops 2019-06-08 19:34:55 +03:00
sys_fs.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_gamepad.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
sys_gamepad.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_gpio.cpp Rsx: rewrite address translation 2018-08-13 16:16:34 +03:00
sys_gpio.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_interrupt.cpp Migration to named_thread<> 2018-10-19 22:22:35 +03:00
sys_interrupt.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
sys_lwcond.cpp sys_lwcond: add vm::temporary_unlock 2019-06-20 14:46:32 +03:00
sys_lwcond.h sys_lwcond: add vm::temporary_unlock 2019-06-20 14:46:32 +03:00
sys_lwmutex.cpp sys_lwmutex: add vm::temporary_unlock 2019-06-20 14:46:32 +03:00
sys_lwmutex.h sys_lwmutex: add vm::temporary_unlock 2019-06-20 14:46:32 +03:00
sys_memory.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_memory.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_mmapper.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_mmapper.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_mutex.cpp sys_mutex: add vm::temporary_unlock 2019-06-19 20:39:39 +03:00
sys_mutex.h sys_mutex: add vm::temporary_unlock 2019-06-19 20:39:39 +03:00
sys_net.cpp Implement cpu_thread::suspend_all 2019-06-19 20:36:12 +03:00
sys_net.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_overlay.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_overlay.h Initial sys_overlay 2019-04-10 23:25:09 +03:00
sys_ppu_thread.cpp Add _sys_ppu_thread_create and sys_ppu_thread_rename error checks 2019-04-11 18:14:05 +03:00
sys_ppu_thread.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_process.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_process.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_prx.cpp Check start status in sys_prx_start/stop_module 2019-04-11 17:47:52 +03:00
sys_prx.h Check start status in sys_prx_start/stop_module 2019-04-11 17:47:52 +03:00
sys_rsx.cpp Add sys_rsx_context_iomap workaround 2019-06-17 01:17:02 +03:00
sys_rsx.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_rwlock.cpp Fix sys_rwlock_wlock timedout event 2019-05-07 08:58:07 +03:00
sys_rwlock.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_semaphore.cpp Fix spurious abort in sys_rwlock_tryrlock and sys_semaphore_trywait (#5579) 2019-01-22 23:10:17 +03:00
sys_semaphore.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_spu.cpp Implement 'Max SPURS Threads' option (hack) 2019-05-14 22:15:04 +03:00
sys_spu.h Fix sys_spu group ID 2019-04-20 01:04:41 +03:00
sys_ss.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
sys_ss.h Rsx: rewrite address translation 2018-08-13 16:16:34 +03:00
sys_sync.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_time.cpp Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_time.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_timer.cpp Fix timer state after event queue was destroyed 2019-03-31 14:57:21 +03:00
sys_timer.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
sys_trace.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
sys_trace.h Minor fixes 2017-01-28 03:21:11 +03:00
sys_tty.cpp Use empty() instead of comparing size() with 0 2019-06-01 22:59:23 +03:00
sys_tty.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_usbd.cpp sys_usbd: add sys_usbd_event_port_send function 2018-09-05 19:53:09 +03:00
sys_usbd.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00
sys_vm.cpp Fix potential overflow in sys_vm 2019-06-21 00:02:52 +03:00
sys_vm.h Split Emu/Memory into more logical headers 2019-06-25 17:11:10 +03:00