Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/uv/
Dbios.h92 char archtype[UV_AT_SIZE]; member
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-firmware-sgi_uv10 archtype
17 The archtype entry contains the UV architecture type that
/linux-6.6.21/arch/x86/kernel/apic/
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()
/linux-6.6.21/drivers/platform/x86/
Duv_sysfs.c768 __ATTR(archtype, 0444, uv_archtype_show, NULL);