Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dgenapic_64.h54 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC}; enum
55 extern enum uv_system_type get_uv_system_type(void);
Dgenapic_32.h141 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC}; enum
/arch/x86/kernel/
Dgenx2apic_uv_x.c34 static enum uv_system_type uv_system_type; variable
40 uv_system_type = UV_LEGACY_APIC; in uv_acpi_madt_oem_check()
42 uv_system_type = UV_X2APIC; in uv_acpi_madt_oem_check()
44 uv_system_type = UV_NON_UNIQUE_APIC; in uv_acpi_madt_oem_check()
51 enum uv_system_type get_uv_system_type(void) in get_uv_system_type()
53 return uv_system_type; in get_uv_system_type()
58 return uv_system_type != UV_NONE; in is_uv_system()