uv_system_type
extern enum uv_system_type get_uv_system_type(void);
static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; }
uv_system_type = UV_NONE;
static enum uv_system_type uv_system_type;
uv_system_type = UV_X2APIC;
uv_system_type = UV_LEGACY_APIC;
oem_id, oem_table_id, uv_system_type, uv_hubless_system);
oem_id, oem_table_id, uv_system_type, is_uv(UV_ANY),
enum uv_system_type get_uv_system_type(void)
return uv_system_type;
return uv_system_type != UV_NONE;