Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/uv/
H A Duv.h22 extern enum uv_system_type get_uv_system_type(void);
35 static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; } in get_uv_system_type() function
/openbmc/linux/arch/x86/mm/
H A Dsrat.c89 if (get_uv_system_type() >= UV_X2APIC) in acpi_numa_processor_affinity_init()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c503 enum uv_system_type get_uv_system_type(void) in get_uv_system_type() function