Searched refs:uv_systab (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | bios_uv.c | 21 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() [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/uv/ |
H A D | bios_uv.c | 21 struct uv_systab *uv_systab; variable 26 struct uv_systab *tab = uv_systab; in __uv_bios_call() 244 uv_systab = NULL; in uv_bios_init() 249 uv_systab = ioremap(uv_systab_phys_addr, sizeof(struct uv_systab)); in uv_bios_init() 250 if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) { in uv_bios_init() 252 iounmap(uv_systab); in uv_bios_init() [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/uv/ |
H A D | bios.h | 101 struct uv_systab { struct 111 extern struct uv_systab *uv_systab;
|
/kernel/linux/linux-6.6/arch/x86/include/asm/uv/ |
H A D | bios.h | 116 struct uv_systab { struct 127 extern struct uv_systab *uv_systab;
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 305 static unsigned long __init early_find_archtype(struct uv_systab *st) in early_find_archtype() 339 struct uv_systab *st; in early_get_arch_type() 347 st = early_memremap_ro(uvst_physaddr, sizeof(struct uv_systab)); in early_get_arch_type() 355 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type() 360 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type() 1400 struct uv_systab *st; in decode_uv_systab() 1404 st = uv_systab; in decode_uv_systab() 1691 /* Get uv_systab for decoding, setup UV BIOS calls */ in uv_system_init_hub()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 306 static unsigned long __init early_find_archtype(struct uv_systab *st) in early_find_archtype() 340 struct uv_systab *st; in early_get_arch_type() 348 st = early_memremap_ro(uvst_physaddr, sizeof(struct uv_systab)); in early_get_arch_type() 356 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type() 361 early_memunmap(st, sizeof(struct uv_systab)); in early_get_arch_type() 1375 struct uv_systab *st; in decode_uv_systab() 1379 st = uv_systab; in decode_uv_systab() 1718 /* Get uv_systab for decoding, setup UV BIOS calls */ in uv_system_init_hub()
|
Completed in 7 milliseconds