Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsetup.c439 char *type_name, *var_name, *p; in setup_arch() local
563 cpu->type, &type_name, &var_name); in setup_arch()
574 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
586 type_name, (*var_name ? " variation " : ""), in setup_arch()
989 char **type_name, char **variation_name) in get_sysnames() argument
996 *type_name = systype_names[type]; in get_sysnames()
999 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
1002 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
1004 *type_name = sys_unknown; in get_sysnames()
/arch/x86/tools/
Drelocs.c144 static const char *type_name[] = { in sym_type() local
156 if (type < ARRAY_SIZE(type_name)) { in sym_type()
157 name = type_name[type]; in sym_type()
197 static const char *type_name[] = { in rel_type() local
237 if (type < ARRAY_SIZE(type_name) && type_name[type]) { in rel_type()
238 name = type_name[type]; in rel_type()
/arch/mips/boot/tools/
Drelocs.c62 static const char * const type_name[] = { in rel_type() local
86 if (type < ARRAY_SIZE(type_name) && type_name[type]) in rel_type()
87 name = type_name[type]; in rel_type()
/arch/x86/xen/
Dp2m.c814 static const char * const type_name[] = { in p2m_dump_show() local
829 type_name[prev_type]); in p2m_dump_show()
835 type_name[prev_type]); in p2m_dump_show()