Home
last modified time | relevance | path

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

/netbsd/sys/arch/powerpc/powerpc/
H A Ddb_interface.c78 static void db_show_mmu(db_expr_t, bool, db_expr_t, const char *);
110 { DDB_ADD_CMD("mmu", db_show_mmu, 0,
467 db_show_mmu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_mmu() function