Searched refs:uv_systab (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dbios_uv.c28 static struct uv_systab uv_systab; variable in typeref:struct:uv_systab
32 struct uv_systab *tab = &uv_systab;
189 struct uv_systab *tab;
191 if ((efi.uv_systab == EFI_INVALID_TABLE_ADDR) ||
192 (efi.uv_systab == (unsigned long)NULL)) {
194 uv_systab.function = (unsigned long)NULL;
198 tab = (struct uv_systab *)ioremap(efi.uv_systab,
[all...]
H A Defi.c398 efi.uv_systab = config_tables[i].table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Dbios.h58 struct uv_systab { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defi.h261 unsigned long uv_systab; /* UV system table */ member in struct:efi

Completed in 127 milliseconds