tag | line | file | source code |
BOGOMIPS | 23 | arch/sparc/boot/init_me.c | unsigned int BOGOMIPS; /* bogosity without the VAC cache on */ |
BOGOMIPS | 47 | arch/sparc/boot/init_me.c | BOGOMIPS = 3; |
BOGOMIPS | 50 | arch/sparc/boot/init_me.c | BOGOMIPS = DEF_BOGO; |
BOGOMIPS | 54 | arch/sparc/boot/init_me.c | BOGOMIPS = prom_getint(prom_node_root, "mips-off")); |
BOGOMIPS | 57 | arch/sparc/boot/init_me.c | (*(romvec->pv_printf))("\nBOGOMIPS %d\n", (int) BOGOMIPS); |
BOGOMIPS | 64 | arch/sparc/boot/init_me.c | delay_factor = (BOGOMIPS > 3) ? ((BOGOMIPS - 2) >> 1) : 11; |