Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dcpu.h58 static inline char *id_to_core_name(unsigned int id) in id_to_core_name() function
/linux/arch/loongarch/kernel/
H A Dproc.c44 seq_printf(m, "PRID\t\t\t: %s (%08x)\n", id_to_core_name(prid), prid); in show_cpuinfo()
H A Dcpu-probe.c288 const char *core_name = id_to_core_name(c->processor_id); in cpu_probe_loongson()