Home
last modified time | relevance | path

Searched refs:sn_partition_id (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/platform/uv/
H A Dbios_uv.c72 long sn_partition_id; variable
73 EXPORT_SYMBOL_GPL(sn_partition_id);
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxp_uv.c158 xp_partition_id = sn_partition_id; in xp_init_uv()
H A Dxpc_uv.c52 #define sn_partition_id 0 macro
819 &xpc_partitions[sn_partition_id].sn.uv.cached_heartbeat; in xpc_setup_rsvd_page_uv()
/openbmc/linux/arch/x86/include/asm/uv/
H A Dbios.h201 extern long sn_partition_id;
/openbmc/linux/drivers/platform/x86/
H A Duv_sysfs.c728 return sprintf(buf, "%ld\n", sn_partition_id); in partition_id_show()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1741 …uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_seri… in uv_system_init_hub()