rpcsx/rpcs3/Emu/Memory
Nekotekina 0da24f21d6 CPU: improve cpu_thread::suspend_all for cache efficiency (TSX)
Add prefetch hint list parameter.
Workloads may be executed by another thread on another CPU core.
It means they may benefit from directly prefetching the data as hinted.
Also implement mov_rdata_nt, for "streaming" data from such workloads.
2020-10-30 05:22:09 +03:00
..
vm.cpp CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
vm.h Experimental squashing of reservation memory area. 2020-04-16 02:25:43 +03:00
vm_locking.h SPU: make vm::check_addr checks safe under vm::range_lock 2020-10-28 14:00:09 +03:00
vm_ptr.h Implement vm::reservation_op 2020-10-07 20:11:59 +03:00
vm_ref.h Avoid transitive include of vm_ref.h 2019-07-15 15:46:46 +03:00
vm_reservation.h SPU: improve accurate DMA 2020-10-28 03:47:41 +03:00
vm_var.h vm::gvar: add array support 2019-09-17 02:46:34 +03:00