Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/kdb/
Dkdb_main.c1526 int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; in kdb_md()
1628 if (bytesperword > KDB_WORD_SIZE) in kdb_md()
1656 bytesperword = KDB_WORD_SIZE; in kdb_md()
1734 width = argv[0][2] ? (argv[0][2] - '0') : (KDB_WORD_SIZE); in kdb_mm()
2627 bytesperword = KDB_WORD_SIZE; in kdb_per_cpu()
2628 else if (bytesperword > KDB_WORD_SIZE) in kdb_per_cpu()
2668 bytesperword == KDB_WORD_SIZE, in kdb_per_cpu()
Dkdb_private.h262 #define KDB_WORD_SIZE ((int)sizeof(unsigned long)) macro