Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/uv/
Dbios.h58 struct uv_systab { struct
59 char signature[4]; /* must be "UVST" */
60 u32 revision; /* distinguish different firmware revs */
61 u64 function; /* BIOS runtime callback function ptr */
/linux-3.3/arch/x86/platform/uv/
Dbios_uv.c29 static struct uv_systab uv_systab; variable
/linux-3.3/include/linux/
Defi.h421 unsigned long uv_systab; /* UV system table */ member