Searched refs:KDB_SP_VALUE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/debug/kdb/
H A Dkdb_private.h205 #define KDB_SP_VALUE 0x0008 /* Print the value of the address */ macro
208 #define KDB_SP_DEFAULT (KDB_SP_VALUE|KDB_SP_PAREN)
H A Dkdb_support.c208 if (!(symtab_p2->sym_name || (punc & KDB_SP_VALUE)))
212 if (punc & KDB_SP_VALUE)
215 if (punc & KDB_SP_VALUE)

Completed in 146 milliseconds