Home
last modified time | relevance | path

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

/arch/x86/include/asm/uv/
Duv.h4 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC}; enum
11 extern enum uv_system_type get_uv_system_type(void);
24 static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; } in get_uv_system_type()
/arch/x86/kernel/apic/
Dx2apic_uv_x.c46 static enum uv_system_type uv_system_type; variable
173 uv_system_type = UV_X2APIC; in uv_acpi_madt_oem_check()
177 uv_system_type = UV_NON_UNIQUE_APIC; in uv_acpi_madt_oem_check()
184 uv_system_type = UV_LEGACY_APIC; /* very small systems */ in uv_acpi_madt_oem_check()
192 oem_id, oem_table_id, uv_system_type, in uv_acpi_madt_oem_check()
203 enum uv_system_type get_uv_system_type(void) in get_uv_system_type()
205 return uv_system_type; in get_uv_system_type()
210 return uv_system_type != UV_NONE; in is_uv_system()