Home
last modified time | relevance | path

Searched refs:__mcheck_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/alpha/kernel/
Dproto.h214 } __mcheck_info; variable
216 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
217 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
218 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))
Dirq_alpha.c123 struct mcheck_info __mcheck_info; variable