Searched defs:uv_systab (Results 1 - 2 of 2) sorted by relevance

/arch/x86/include/asm/uv/
H A Dbios.h58 struct uv_systab { struct
/arch/x86/platform/uv/
H A Dbios_uv.c29 static struct uv_systab uv_systab; variable in typeref:struct:uv_systab
33 struct uv_systab *tab = &uv_systab;
190 struct uv_systab *tab;
192 if ((efi.uv_systab == EFI_INVALID_TABLE_ADDR) ||
193 (efi.uv_systab == (unsigned long)NULL)) {
195 uv_systab.function = (unsigned long)NULL;
199 tab = (struct uv_systab *)ioremap(efi.uv_systab,
[all...]

Completed in 132 milliseconds