Searched defs:xen_mce (Results 1 – 1 of 1) sorted by relevance
336 struct xen_mce { struct337 __u64 status;338 __u64 misc;339 __u64 addr;340 __u64 mcgstatus;341 __u64 ip;342 __u64 tsc; /* cpu time stamp counter */343 __u64 time; /* wall time_t when error was detected */367 struct xen_mce_log { argument372 unsigned recordlen; /* length of struct xen_mce */ argument