Home
last modified time | relevance | path

Searched refs:UV_NONE (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}; enumerator
23 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.c166 return uv_system_type != UV_NONE; in is_uv_system()