Searched refs:UV_SYSTAB_SIG (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/uv/ | ||
D | bios.h | 74 #define UV_SYSTAB_SIG "UVST" macro |
/arch/x86/platform/uv/ | ||
D | bios_uv.c | 197 if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) { in uv_bios_init() |