Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/uv/
H A Duv.h12 static inline int uv(int uvtype) in uv() argument
15 if (uvtype >= 0 && uvtype <= 30) in uv()
16 return 1 << uvtype; in uv()
28 extern int is_uv_hubbed(int uvtype);
/openbmc/linux/arch/x86/platform/uv/
H A Dbios_uv.c81 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument
94 if (uvtype) in uv_bios_get_sn_info()
95 *uvtype = part.hub_version; in uv_bios_get_sn_info()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c526 int is_uv_hubbed(int uvtype) in is_uv_hubbed() argument
528 return (uv_hubbed_system & uvtype); in is_uv_hubbed()
532 static int is_uv_hubless(int uvtype) in is_uv_hubless() argument
534 return (uv_hubless_system & uvtype); in is_uv_hubless()