Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/platform/uv/
Dbios_uv.c21 struct uv_systab *uv_systab; variable
26 struct uv_systab *tab = uv_systab; in __uv_bios_call()
189 uv_systab = NULL; in uv_bios_init()
194 uv_systab = ioremap(uv_systab_phys_addr, sizeof(struct uv_systab)); in uv_bios_init()
195 if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) { in uv_bios_init()
197 iounmap(uv_systab); in uv_bios_init()
202 if (uv_systab->revision >= UV_SYSTAB_VERSION_UV4) { in uv_bios_init()
203 int size = uv_systab->size; in uv_bios_init()
205 iounmap(uv_systab); in uv_bios_init()
206 uv_systab = ioremap(uv_systab_phys_addr, size); in uv_bios_init()
[all …]
/Linux-v5.10/arch/x86/include/asm/uv/
Dbios.h101 struct uv_systab { struct
111 extern struct uv_systab *uv_systab; argument
/Linux-v5.10/arch/x86/kernel/apic/
Dx2apic_uv_x.c299 static unsigned long __init early_find_archtype(struct uv_systab *st) in early_find_archtype()
333 struct uv_systab *st; in early_get_arch_type()
341 st = early_memremap_ro(uvst_physaddr, sizeof(struct uv_systab)); in early_get_arch_type()
349 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type()
354 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type()
1394 struct uv_systab *st; in decode_uv_systab()
1398 st = uv_systab; in decode_uv_systab()