Searched refs:hubless (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c368 /* (Not hubbed), check if not hubless */
371 /* (Not hubless), not a UV */
374 /* Is UV hubless system */
1591 pr_notice_once("%s: using deprecated /proc/sgi_uv/hubless, use /sys/firmware/sgi_uv/hubless\n",
1605 static __init void uv_setup_proc_files(int hubless) argument
1611 if (hubless)
1612 proc_create_single("hubless", 0, pde, proc_hubless_show);
1617 /* Initialize UV hubless systems */
1807 * not have a "UV HUB" (referred to as "hubless")
[all...]
/linux-master/drivers/platform/x86/
H A Duv_sysfs.c772 __ATTR(hubless, 0444, uv_hubless_show, NULL);

Completed in 124 milliseconds