MCPcopy
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.pyFile · 0.80
freebsd.pyFile · 0.80
dmp.pyFile · 0.80
agx_parallel.pyFile · 0.80
agx_deps.pyFile · 0.80
cpu_pstates.pyFile · 0.80
wfi.pyFile · 0.80
test_smp_ipiFunction · 0.80
aic2_vms.pyFile · 0.80
agx_cancel.pyFile · 0.80
agx_tlb.pyFile · 0.80
lap.pyFile · 0.80

Calls 1

requestMethod · 0.95

Tested by 1

test_smp_ipiFunction · 0.64