HomeSort by: relevance | last modified time | path
    Searched defs:db_readytoswitch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
db_machdep.c 1080 volatile struct trapframe *db_readytoswitch[MAXCPUS]; variable in typeref:typename:volatile struct trapframe * []
1094 if (db_readytoswitch[i] != NULL) {
1096 db_readytoswitch[i],
1097 db_readytoswitch[i]->tf_pc);
1098 db_printsym(db_readytoswitch[i]->tf_pc,
1114 if (db_readytoswitch[new_ci->ci_index] == 0) {
1195 db_readytoswitch[ci->ci_index] = tf;
1281 db_readytoswitch[cpu_index(ci)] = NULL;
1287 if (db_readytoswitch[i] != NULL)
1297 db_readytoswitch[cpu_index(ci)] = NULL
    [all...]

Completed in 11 milliseconds