Home
last modified time | relevance | path

Searched refs:cpuNo (Results 1 – 1 of 1) sorted by relevance

/sys/amd64/
Ddebug.c93 int cpuNo = Debug_StrToInt(argv[1]); in Debug_Registers() local
94 if (cpuNo >= MAX_CPUS) { in Debug_Registers()
98 tf = frames[cpuNo]; in Debug_Registers()
138 int cpuNo = Debug_StrToInt(argv[1]); in Debug_Backtrace() local
139 if (cpuNo >= MAX_CPUS) { in Debug_Backtrace()
143 tf = frames[cpuNo]; in Debug_Backtrace()