Searched refs:coher (Results 1 – 3 of 3) sorted by relevance
/arch/x86/platform/uv/ |
D | bios_uv.c | 86 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument 103 if (coher) in uv_bios_get_sn_info() 104 *coher = part.coherence_id; in uv_bios_get_sn_info()
|
/arch/ia64/include/asm/sn/ |
D | sn_sal.h | 1054 u8 *systemsize, u8 *sharing_domain_size, u8 *partid, u8 *coher, u8 *reg) in ia64_sn_get_sn_info() argument 1075 if (coher) *coher = nasid >> 9; in ia64_sn_get_sn_info() 1089 if (coher) *coher = (ret_stuff.v0 >> 32) & 0xff; in ia64_sn_get_sn_info()
|
/arch/ia64/sn/kernel/sn2/ |
D | sn_hwperf.c | 396 u8 coher; in sn_topology_show() local 409 &sharing_size, &partid, &coher, ®ion_size)) in sn_topology_show() 427 system_size, sharing_size, coher, region_size); in sn_topology_show()
|