Home
last modified time | relevance | path

Searched refs:uv_hub_type (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/uv/
H A Duv_hub.h212 static inline int uv_hub_type(void) in uv_hub_type() function
234 static inline int is_uv(int uvmask) { return uv_hub_type() & uvmask; } in is_uv()
/linux/drivers/platform/x86/
H A Duv_sysfs.c753 return sysfs_emit(buf, "0x%x\n", uv_hub_type()); in uv_hub_type_show()