Home
last modified time | relevance | path

Searched refs:coher (Results 1 – 3 of 3) sorted by relevance

/arch/x86/platform/uv/
Dbios_uv.c86 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/
Dsn_sal.h1054 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/
Dsn_hwperf.c396 u8 coher; in sn_topology_show() local
409 &sharing_size, &partid, &coher, &region_size)) in sn_topology_show()
427 system_size, sharing_size, coher, region_size); in sn_topology_show()