Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/platform/uv/
Dbios_uv.c74 long sn_coherency_id; variable
75 EXPORT_SYMBOL_GPL(sn_coherency_id);
/Linux-v6.1/arch/x86/include/asm/uv/
Dbios.h200 extern long sn_coherency_id;
/Linux-v6.1/arch/x86/kernel/apic/
Dx2apic_uv_x.c1730 …uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_seri… in uv_system_init_hub()
1731 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()
/Linux-v6.1/drivers/platform/x86/
Duv_sysfs.c734 return sprintf(buf, "%ld\n", sn_coherency_id); in coherence_id_show()