Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Duv_sysfs.c114 struct uv_bios_hub_info *hub_info; member
120 static ssize_t hub_name_show(struct uv_bios_hub_info *hub_info, char *buf) in hub_name_show() argument
122 return sysfs_emit(buf, "%s\n", hub_info->name); in hub_name_show()
125 static ssize_t hub_location_show(struct uv_bios_hub_info *hub_info, char *buf) in hub_location_show() argument
127 return sysfs_emit(buf, "%s\n", hub_info->location); in hub_location_show()
130 static ssize_t hub_partition_show(struct uv_bios_hub_info *hub_info, char *buf) in hub_partition_show() argument
132 return sprintf(buf, "%d\n", hub_info->f.fields.this_part); in hub_partition_show()
135 static ssize_t hub_shared_show(struct uv_bios_hub_info *hub_info, char *buf) in hub_shared_show() argument
137 return sprintf(buf, "%d\n", hub_info->f.fields.is_shared); in hub_shared_show()
139 static ssize_t hub_nasid_show(struct uv_bios_hub_info *hub_info, char *buf) in hub_nasid_show() argument
[all …]
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1451 static __init void boot_init_possible_blades(struct uv_hub_info_s *hub_info) in boot_init_possible_blades() argument
1701 struct uv_hub_info_s hub_info = {0}; in uv_system_init_hub() local
1730 uv_init_hub_info(&hub_info); in uv_system_init_hub()
1733 boot_init_possible_blades(&hub_info); in uv_system_init_hub()
1742 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()
1774 *new_hub = hub_info; in uv_system_init_hub()
/openbmc/qemu/hw/usb/
H A Ddev-hub.c761 static const TypeInfo hub_info = { variable
770 type_register_static(&hub_info); in usb_hub_register_types()
/openbmc/linux/arch/mips/include/asm/sn/
H A Dklconfig.h606 klinfo_t hub_info; member