OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_newcpu
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/arm32/
db_interface.c
83
volatile struct cpu_info *
db_newcpu
;
variable in typeref:typename:volatile struct cpu_info *
177
if (is_mp_p &&
db_newcpu
!= NULL) {
178
db_onproc =
db_newcpu
;
179
db_newcpu
= NULL;
db_machdep.c
482
db_newcpu
= new_ci;
/src/sys/arch/arm/include/
db_machdep.h
141
extern volatile struct cpu_info *
db_newcpu
;
/src/sys/arch/aarch64/aarch64/
db_machdep.c
1079
volatile struct cpu_info *
db_newcpu
;
variable in typeref:typename:volatile struct cpu_info *
1122
db_newcpu
= new_ci;
1231
if (
db_newcpu
== NULL && db_onproc != db_trigger) {
1242
db_newcpu
= db_trigger;
1245
if (
db_newcpu
!= NULL) {
1261
db_onproc =
db_newcpu
;
1262
db_newcpu
= NULL;
Completed in 14 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025