Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ memSetPageAddr
Function
memSetPageAddr
pcsx2/Memory.cpp:964–970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
962
963
964
void memSetPageAddr(u32 vaddr, u32 paddr)
965
{
966
//Console.WriteLn(
"memSetPageAddr: %8.8x -> %8.8x"
, vaddr, paddr);
967
968
vtlb_VMap(vaddr,paddr,0x1000);
969
970
}
971
972
void memClearPageAddr(u32 vaddr)
973
{
Callers
1
MapTLB
Function · 0.85
Calls
1
vtlb_VMap
Function · 0.85
Tested by
no test coverage detected