Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/uv/
Dbios.h205 extern ssize_t uv_get_archtype(char *buf, int len);
/linux-6.6.21/arch/x86/kernel/apic/
Dx2apic_uv_x.c514 ssize_t uv_get_archtype(char *buf, int len) in uv_get_archtype() function
518 EXPORT_SYMBOL_GPL(uv_get_archtype);
/linux-6.6.21/drivers/platform/x86/
Duv_sysfs.c746 return uv_get_archtype(buf, PAGE_SIZE); in uv_archtype_show()