Home
last modified time | relevance | path

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

/linux/arch/x86/platform/uv/
H A Dbios_uv.c74 long sn_coherency_id; variable
75 EXPORT_SYMBOL_GPL(sn_coherency_id);
/linux/arch/x86/include/asm/uv/
H A Dbios.h202 extern long sn_coherency_id;
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1689 …uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_seri… in uv_system_init_hub()
1690 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()
/linux/drivers/platform/x86/
H A Duv_sysfs.c735 return sysfs_emit(buf, "%ld\n", sn_coherency_id); in coherence_id_show()