Lines Matching +full:per +full:- +full:hart
4 # per-cpu tools
6 # Copyright (c) Siemens AG, 2011-2013
27 return gdb.selected_thread().num - 1
36 if cpu == -1:
77 entry = -1
129 super(LxCpus, self).__init__("lx-cpus", gdb.COMMAND_DATA)
142 """Return per-cpu variable.
144 $lx_per_cpu("VAR"[, CPU]): Return the per-cpu variable called VAR for the
151 def invoke(self, var, cpu=-1):
185 # When hart is in user mode, scratch register is pointing to task_struct.
199 $lx_current([CPU]): Return the per-cpu task variable for the given CPU
205 def invoke(self, cpu=-1):