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

  /src/sys/arch/riscv/riscv/
db_interface.c 76 static void db_mach_cpu_cmd(db_expr_t, bool, db_expr_t, const char *);
90 { DDB_ADD_CMD("cpu", db_mach_cpu_cmd, 0,
225 db_mach_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void
  /src/sys/arch/mips/mips/
db_interface.c 88 static void db_mach_cpu_cmd(db_expr_t, bool, db_expr_t, const char *);
883 { DDB_ADD_CMD("cpu", db_mach_cpu_cmd, 0,
1127 db_mach_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) function in typeref:typename:void

Completed in 104 milliseconds