Home
last modified time | relevance | path

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

/arch/alpha/kernel/
A Dsetup.c426 char *type_name, *var_name, *p; in setup_arch() local
543 cpu->type, &type_name, &var_name); in setup_arch()
554 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
566 type_name, (*var_name ? " variation " : ""), in setup_arch()
911 char **type_name, char **variation_name) in get_sysnames() argument
918 *type_name = systype_names[type]; in get_sysnames()
921 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
924 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
926 *type_name = sys_unknown; in get_sysnames()
/arch/x86/tools/
A Drelocs.c156 static const char *type_name[] = { in sym_type() local
169 if (type < ARRAY_SIZE(type_name)) in sym_type()
170 name = type_name[type]; in sym_type()
212 static const char *type_name[] = { in rel_type() local
254 if (type < ARRAY_SIZE(type_name) && type_name[type]) in rel_type()
255 name = type_name[type]; in rel_type()
/arch/mips/boot/tools/
A 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/
A Dp2m.c891 static const char * const type_name[] = { in p2m_dump_show() local
906 type_name[prev_type]); in p2m_dump_show()
912 type_name[prev_type]); in p2m_dump_show()

Completed in 11 milliseconds