Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/platform/x86/
Duv_sysfs.c47 else if (uv_get_hubless_system()) in uv_type_string()
758 return sysfs_emit(buf, "0x%x\n", uv_get_hubless_system()); in uv_hubless_show()
849 if (!is_uv_system() && !uv_get_hubless_system()) in uv_sysfs_init()
861 if (uv_get_hubless_system()) in uv_sysfs_init()
910 if (uv_get_hubless_system()) in uv_sysfs_exit()
/linux-6.6.21/arch/x86/include/asm/uv/
Dbios.h206 extern int uv_get_hubless_system(void);
/linux-6.6.21/arch/x86/kernel/apic/
Dx2apic_uv_x.c508 int uv_get_hubless_system(void) in uv_get_hubless_system() function
512 EXPORT_SYMBOL_GPL(uv_get_hubless_system);