Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/include/arm32/
H A Ddb_machdep.h15 void db_switch_cpu_cmd(db_expr_t, bool, db_expr_t, const char *);
/netbsd-src/sys/arch/arm/arm32/
H A Ddb_machdep.c118 { DDB_ADD_CMD("cpu", db_switch_cpu_cmd, 0,
466 db_switch_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_switch_cpu_cmd() function