MCPcopy
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_coreFunction · 0.70

Calls 2

msrMethod · 0.80
cpu_callFunction · 0.70

Tested by

no test coverage detected