Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/debug/kdb/
Dkdb_private.h221 #define KDB_SP_VALUE 0x0008 /* Print the value of the address */ macro
224 #define KDB_SP_DEFAULT (KDB_SP_VALUE|KDB_SP_PAREN)
Dkdb_support.c268 if (!(symtab_p2->sym_name || (punc & KDB_SP_VALUE))) in kdb_symbol_print()
272 if (punc & KDB_SP_VALUE) in kdb_symbol_print()
275 if (punc & KDB_SP_VALUE) in kdb_symbol_print()
681 KDB_SP_VALUE|KDB_SP_SYMSIZE|KDB_SP_NEWLINE); in kdb_print_nameval()