Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/uv/
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);
/Linux-v5.10/arch/x86/platform/uv/
Dbios_uv.c80 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument
93 if (uvtype) in uv_bios_get_sn_info()
94 *uvtype = part.hub_version; in uv_bios_get_sn_info()
/Linux-v5.10/arch/x86/kernel/apic/
Dx2apic_uv_x.c511 int is_uv_hubbed(int uvtype) in is_uv_hubbed() argument
513 return (uv_hubbed_system & uvtype); in is_uv_hubbed()
517 static int is_uv_hubless(int uvtype) in is_uv_hubless() argument
519 return (uv_hubless_system & uvtype); in is_uv_hubless()