Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/sn/
Dsn_cpuid.h128 extern u8 sn_coherency_id;
129 #define partition_coherence_id() (sn_coherency_id)
/Linux-v4.19/arch/x86/include/asm/uv/
Dbios.h163 extern long sn_coherency_id;
166 #define uv_partition_coherence_id() (sn_coherency_id)
/Linux-v4.19/arch/ia64/uv/kernel/
Dsetup.c24 long sn_coherency_id; variable
25 EXPORT_SYMBOL_GPL(sn_coherency_id);
/Linux-v4.19/arch/x86/platform/uv/
Dbios_uv.c84 long sn_coherency_id; variable
85 EXPORT_SYMBOL_GPL(sn_coherency_id);
/Linux-v4.19/arch/ia64/sn/kernel/
Dsetup.c90 u8 sn_coherency_id; variable
91 EXPORT_SYMBOL(sn_coherency_id);
587 &sn_partition_id, &sn_coherency_id, in sn_cpu_init()
/Linux-v4.19/arch/x86/kernel/apic/
Dx2apic_uv_x.c1492 …uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_seri… in uv_system_init_hub()
1493 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()