Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/platform/uv/
H A Dbios_uv.c229 unsigned long get_uv_systab_phys(bool msg) in get_uv_systab_phys() function
245 uv_systab_phys_addr = get_uv_systab_phys(1); in uv_bios_init()
/openbmc/linux/arch/x86/include/asm/uv/
H A Dbios.h197 extern unsigned long get_uv_systab_phys(bool msg);
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c344 uvst_physaddr = get_uv_systab_phys(0); in early_get_arch_type()