Home
last modified time | relevance | path

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

/arch/ia64/include/asm/sn/
Dsn_cpuid.h128 extern u8 sn_coherency_id;
129 #define partition_coherence_id() (sn_coherency_id)
/arch/x86/include/asm/uv/
Dbios.h107 extern long sn_coherency_id;
110 #define partition_coherence_id() (sn_coherency_id)
/arch/ia64/uv/kernel/
Dsetup.c24 long sn_coherency_id; variable
25 EXPORT_SYMBOL_GPL(sn_coherency_id);
/arch/x86/platform/uv/
Dbios_uv.c76 long sn_coherency_id; variable
77 EXPORT_SYMBOL_GPL(sn_coherency_id);
/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()
/arch/x86/kernel/apic/
Dx2apic_uv_x.c958 uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, in uv_system_init()
995 uv_cpu_hub_info(cpu)->coherency_domain_number = sn_coherency_id; in uv_system_init()