Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsahiLinux/m1n1
/ smp_start_secondaries
Method
smp_start_secondaries
proxyclient/m1n1/proxy.py:973–974 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
971
outsize, signed=True)
972
973
def
smp_start_secondaries(self):
974
self.request(self.P_SMP_START_SECONDARIES)
975
def
smp_call(self, cpu, addr, *args):
976
if
len(args) > 4:
977
raise
ValueError(
"Too many arguments"
)
Callers
15
linux.py
File · 0.80
freebsd.py
File · 0.80
dmp.py
File · 0.80
agx_parallel.py
File · 0.80
agx_deps.py
File · 0.80
cpu_pstates.py
File · 0.80
wfi.py
File · 0.80
test_smp_ipi
Function · 0.80
aic2_vms.py
File · 0.80
agx_cancel.py
File · 0.80
agx_tlb.py
File · 0.80
lap.py
File · 0.80
Calls
1
request
Method · 0.95
Tested by
1
test_smp_ipi
Function · 0.64