Home
last modified time | relevance | path

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

/linux/kernel/debug/kdb/
A Dkdb_main.c1545 int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; in kdb_md()
1662 if (bytesperword > KDB_WORD_SIZE) in kdb_md()
1690 bytesperword = KDB_WORD_SIZE; in kdb_md()
1768 width = argv[0][2] ? (argv[0][2] - '0') : (KDB_WORD_SIZE); in kdb_mm()
2555 bytesperword = KDB_WORD_SIZE; in kdb_per_cpu()
2556 else if (bytesperword > KDB_WORD_SIZE) in kdb_per_cpu()
2596 bytesperword == KDB_WORD_SIZE, in kdb_per_cpu()
A Dkdb_private.h235 #define KDB_WORD_SIZE ((int)sizeof(unsigned long)) macro

Completed in 18 milliseconds