Searched refs:KDB_WORD_SIZE (Results 1 – 2 of 2) sorted by relevance
1599 int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; in kdb_md()1716 if (bytesperword > KDB_WORD_SIZE) in kdb_md()1744 bytesperword = KDB_WORD_SIZE; in kdb_md()1822 width = argv[0][2] ? (argv[0][2] - '0') : (KDB_WORD_SIZE); in kdb_mm()2609 bytesperword = KDB_WORD_SIZE; in kdb_per_cpu()2610 else if (bytesperword > KDB_WORD_SIZE) in kdb_per_cpu()2650 bytesperword == KDB_WORD_SIZE, in kdb_per_cpu()
235 #define KDB_WORD_SIZE ((int)sizeof(unsigned long)) macro