Searched refs:sn_coherency_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | uv_sysfs.c | 24 return snprintf(buf, PAGE_SIZE, "%ld\n", sn_coherency_id); in coherence_id_show()
|
H A D | bios_uv.c | 74 long sn_coherency_id; variable
|
/kernel/linux/linux-5.10/arch/x86/include/asm/uv/ |
H A D | bios.h | 151 extern long sn_coherency_id;
|
/kernel/linux/linux-6.6/arch/x86/platform/uv/ |
H A D | bios_uv.c | 74 long sn_coherency_id; variable 75 EXPORT_SYMBOL_GPL(sn_coherency_id); variable
|
/kernel/linux/linux-6.6/arch/x86/include/asm/uv/ |
H A D | bios.h | 202 extern long sn_coherency_id;
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | uv_sysfs.c | 734 return sprintf(buf, "%ld\n", sn_coherency_id); in coherence_id_show()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 1711 uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_serial_number); in uv_system_init_hub() 1712 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 1741 uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, &sn_region_size, &system_serial_number); in uv_system_init_hub() 1742 hub_info.coherency_domain_number = sn_coherency_id; in uv_system_init_hub()
|
Completed in 9 milliseconds