Home
last modified time | relevance | path

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

/netbsd/sys/arch/powerpc/booke/
H A Dbooke_machdep.c669 size_t ntbs = 0; in dump_splhist() local
675 tbs[ntbs++] = (tb << 8) | (to << 4) | from; in dump_splhist()
678 sort_data(tbs, ntbs); in dump_splhist()
683 for (size_t i = 0; i < ntbs; i++) { in dump_splhist()