MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / PPCMtl2cr

Function PPCMtl2cr

src/dolphin/src/base/PPCArch.c:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52asm void PPCMtl2cr(register u32 newL2cr)
53{
54 nofralloc;
55 mtspr L2CR, newL2cr;
56 blr
57}
58
59__declspec(weak) asm void PPCMtdec(register u32 newDec)
60{

Callers 3

DCEnableFunction · 0.85
L2GlobalInvalidateFunction · 0.85
__OSCacheInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected