Searched defs:uv_systab (Results 1 – 3 of 3) sorted by relevance
58 struct uv_systab { struct59 char signature[4]; /* must be "UVST" */60 u32 revision; /* distinguish different firmware revs */61 u64 function; /* BIOS runtime callback function ptr */
29 static struct uv_systab uv_systab; variable
421 unsigned long uv_systab; /* UV system table */ member