Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsetup.c514 char *type_name, *var_name, *p; in setup_arch() local
638 cpu->type, &type_name, &var_name); in setup_arch()
649 type_name, (*var_name ? " variation " : ""), var_name, in setup_arch()
661 type_name, (*var_name ? " variation " : ""), in setup_arch()
1063 char **type_name, char **variation_name) in get_sysnames() argument
1070 *type_name = systype_names[type]; in get_sysnames()
1073 *type_name = api_names[type - ST_API_BIAS]; in get_sysnames()
1076 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS]; in get_sysnames()
1078 *type_name = sys_unknown; in get_sysnames()
/arch/x86/tools/
Drelocs.c139 static const char *type_name[] = { in sym_type() local
151 if (type < ARRAY_SIZE(type_name)) { in sym_type()
152 name = type_name[type]; in sym_type()
192 static const char *type_name[] = { in rel_type() local
231 if (type < ARRAY_SIZE(type_name) && type_name[type]) { in rel_type()
232 name = type_name[type]; in rel_type()
/arch/x86/xen/
Dp2m.c823 static const char * const type_name[] = { in p2m_dump_show() local
838 type_name[prev_type]); in p2m_dump_show()
844 type_name[prev_type]); in p2m_dump_show()