MCPcopy 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
964void 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
972void memClearPageAddr(u32 vaddr)
973{

Callers 1

MapTLBFunction · 0.85

Calls 1

vtlb_VMapFunction · 0.85

Tested by

no test coverage detected