Searched refs:sn_partition_id (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/arch/ia64/uv/kernel/ |
H A D | setup.c | 22 long sn_partition_id; variable 23 EXPORT_SYMBOL(sn_partition_id); variable
|
/linux-4.1.27/arch/x86/platform/uv/ |
H A D | uv_sysfs.c | 31 return snprintf(buf, PAGE_SIZE, "%ld\n", sn_partition_id); partition_id_show()
|
H A D | bios_uv.c | 74 long sn_partition_id; variable 75 EXPORT_SYMBOL_GPL(sn_partition_id); variable
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
H A D | sn_proc_fs.c | 17 seq_printf(s, "%d\n", sn_partition_id); partition_id_show()
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
H A D | xp_uv.c | 154 xp_partition_id = sn_partition_id; xp_init_uv()
|
H A D | xp_sn2.c | 170 xp_partition_id = sn_partition_id; xp_init_sn2()
|
H A D | xpc_sn2.c | 478 BIT(sn_partition_id)); xpc_indicate_partition_engaged_sn2() 506 ~BIT(sn_partition_id)); xpc_indicate_partition_disengaged_sn2() 790 !xpc_hb_allowed_sn2(sn_partition_id, xpc_get_remote_heartbeat_sn2() 855 BIT(sn_partition_id)); xpc_request_partition_deactivation_sn2() 891 ~BIT(sn_partition_id)); xpc_cancel_partition_deactivation_request_sn2() 1368 sn_partition_id * sizeof(struct xpc_vars_part_sn2); xpc_pull_remote_vars_part_sn2() 1393 partid, sn_partition_id, pulled_entry->magic); xpc_pull_remote_vars_part_sn2() 1411 sn_partition_id); xpc_pull_remote_vars_part_sn2()
|
H A D | xpc_uv.c | 815 &xpc_partitions[sn_partition_id].sn.uv.cached_heartbeat; xpc_setup_rsvd_page_uv()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | bios.h | 106 extern long sn_partition_id;
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | arch.h | 78 extern u8 sn_partition_id;
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
H A D | setup.c | 84 u8 sn_partition_id; variable 85 EXPORT_SYMBOL(sn_partition_id); variable 587 &sn_partition_id, &sn_coherency_id, sn_cpu_init()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 960 uv_bios_get_sn_info(0, &uv_type, &sn_partition_id, &sn_coherency_id, uv_system_init()
|
Completed in 258 milliseconds