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

  /src/sys/arch/amd64/amd64/
db_interface.c 82 void db_mach_cpu (db_expr_t, bool, db_expr_t, const char *);
86 { DDB_ADD_CMD("cpu", db_mach_cpu, 0,
258 /* Restore dbreg because ddb_regp can be changed by db_mach_cpu */
315 db_mach_cpu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
  /src/sys/arch/i386/i386/
db_interface.c 83 void db_mach_cpu (db_expr_t, bool, db_expr_t, const char *);
87 { DDB_ADD_CMD("cpu", db_mach_cpu, 0,
269 /* Restore dbreg because ddb_regp can be changed by db_mach_cpu */
381 db_mach_cpu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
  /src/sys/arch/alpha/alpha/
db_interface.c 93 void db_mach_cpu(db_expr_t, bool, db_expr_t, const char *);
98 { DDB_ADD_CMD("cpu", db_mach_cpu, 0,
290 db_mach_cpu(db_expr_t addr, bool have_addr, db_expr_t count, const char * modif) function in typeref:typename:void
  /src/sys/arch/vax/vax/
db_machdep.c 606 db_mach_cpu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
632 { DDB_ADD_CMD("cpu", db_mach_cpu, 0,
  /src/sys/arch/powerpc/powerpc/
db_interface.c 103 static void db_mach_cpu(db_expr_t, bool, db_expr_t, const char *);
156 { DDB_ADD_CMD("cpu", db_mach_cpu, 0,
872 db_mach_cpu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void

Completed in 15 milliseconds