Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c160 uv_hub_type_set(UV5); in early_set_hub_type()
167 uv_hub_type_set(UV4); in early_set_hub_type()
169 uv_hub_type_set(UV4|UV4A); in early_set_hub_type()
176 uv_hub_type_set(UV3); in early_set_hub_type()
183 uv_hub_type_set(UV2); in early_set_hub_type()
447 uv_hub_type_set(UV5); in uv_set_system_type()
452 uv_hub_type_set(UV4); in uv_set_system_type()
457 uv_hub_type_set(UV3); in uv_set_system_type()
462 uv_hub_type_set(UV2); in uv_set_system_type()
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_hub.h217 static inline __init void uv_hub_type_set(int uvmask) in uv_hub_type_set() function