Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/uv/
Dbios.h146 extern long sn_coherency_id;
149 #define uv_partition_coherence_id() (sn_coherency_id)
/Linux-v5.4/arch/x86/platform/uv/
Dbios_uv.c80 long sn_coherency_id; variable
81 EXPORT_SYMBOL_GPL(sn_coherency_id);
/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_uv_x.c1473 …uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_seri… in uv_system_init_hub()
1474 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()