Searched refs:uv_system_type (Results 1 – 2 of 2) sorted by relevance
5 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC}; enum22 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()
28 static enum uv_system_type uv_system_type; variable376 uv_system_type = UV_X2APIC; in early_set_apic_mode()378 uv_system_type = UV_LEGACY_APIC; in early_set_apic_mode()420 oem_id, oem_table_id, uv_system_type, uv_hubless_system); in uv_set_system_type()490 oem_id, oem_table_id, uv_system_type, is_uv(UV_ANY), in uv_acpi_madt_oem_check()496 enum uv_system_type get_uv_system_type(void) in get_uv_system_type()498 return uv_system_type; in get_uv_system_type()515 return uv_system_type != UV_NONE; in is_uv_system()1416 uv_system_type = UV_NONE; in decode_uv_systab()
Completed in 8 milliseconds