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

/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c21 struct uv_systab *uv_systab; variable in typeref:struct:uv_systab
26 struct uv_systab *tab = uv_systab;
244 uv_systab = NULL;
249 uv_systab = ioremap(uv_systab_phys_addr, sizeof(struct uv_systab));
250 if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) {
252 iounmap(uv_systab);
[all...]
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h116 struct uv_systab { struct
127 extern struct uv_systab *uv_systab;
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c272 static unsigned long __init early_find_archtype(struct uv_systab *st)
306 struct uv_systab *st;
314 st = early_memremap_ro(uvst_physaddr, sizeof(struct uv_systab));
322 early_memunmap(st, sizeof(struct uv_systab));
327 early_memunmap(st, sizeof(struct uv_systab));
1323 struct uv_systab *st;
1327 st = uv_systab;
1666 /* Get uv_systab for decoding, setup UV BIOS calls */

Completed in 212 milliseconds