Lines Matching refs:seq_printf
118 seq_printf(m, "processor\t: %d\n", i); in c_show()
120 seq_printf(m, "model name\t: ARMv8 Processor rev %d (%s)\n", in c_show()
123 seq_printf(m, "BogoMIPS\t: %lu.%02lu\n", in c_show()
138 seq_printf(m, " %s", compat_hwcap_str[j]); in c_show()
142 seq_printf(m, " %s", compat_hwcap2_str[j]); in c_show()
147 seq_printf(m, " %s", hwcap_str[j]); in c_show()
151 seq_printf(m, "CPU implementer\t: 0x%02x\n", in c_show()
153 seq_printf(m, "CPU architecture: 8\n"); in c_show()
154 seq_printf(m, "CPU variant\t: 0x%x\n", MIDR_VARIANT(midr)); in c_show()
155 seq_printf(m, "CPU part\t: 0x%03x\n", MIDR_PARTNUM(midr)); in c_show()
156 seq_printf(m, "CPU revision\t: %d\n\n", MIDR_REVISION(midr)); in c_show()