Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/debug/kdb/
Dkdb_private.h206 #define KDB_SP_VALUE 0x0008 /* Print the value of the address */ macro
209 #define KDB_SP_DEFAULT (KDB_SP_VALUE|KDB_SP_PAREN)
Dkdb_support.c208 if (!(symtab_p2->sym_name || (punc & KDB_SP_VALUE))) in kdb_symbol_print()
212 if (punc & KDB_SP_VALUE) in kdb_symbol_print()
215 if (punc & KDB_SP_VALUE) in kdb_symbol_print()