Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsahiLinux/m1n1
/ msr
Function
msr
proxyclient/experiments/dmp.py:107–108 ·
view source on GitHub ↗
(x, v)
Source
from the content-addressed store, hash-verified
105
def
mrs(x):
106
return
u.mrs(x, call=
lambda
x, *args: cpu_call(cpu, x, *args))
107
def
msr(x, v):
108
u.msr(x, v, call=
lambda
x, *args: cpu_call(cpu, x, *args))
109
110
is_ecore = not (mrs(MPIDR_EL1) & (1 << 16))
111
# Enable DC MVA ops
Callers
1
init_core
Function · 0.70
Calls
2
msr
Method · 0.80
cpu_call
Function · 0.70
Tested by
no test coverage detected