Searched refs:UV_NONE (Results 1 – 2 of 2) sorted by relevance
4 enum uv_system_type {UV_NONE, UV_LEGACY_APIC, UV_X2APIC, UV_NON_UNIQUE_APIC}; enumerator23 static inline enum uv_system_type get_uv_system_type(void) { return UV_NONE; } in get_uv_system_type()
166 return uv_system_type != UV_NONE; in is_uv_system()