Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/uv/
H A Dbios.h92 char archtype[UV_AT_SIZE]; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-sgi_uv10 archtype
17 The archtype entry contains the UV architecture type that
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c326 int n = strlen(uv_ate->archtype); in decode_arch_type()
328 if (n > 0 && n < sizeof(uv_ate->archtype)) { in decode_arch_type()
330 uv_stringify(sizeof(uv_archtype), uv_archtype, uv_ate->archtype); in decode_arch_type()
/openbmc/linux/drivers/platform/x86/
H A Duv_sysfs.c768 __ATTR(archtype, 0444, uv_archtype_show, NULL);