Home
last modified time | relevance | path

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

/Linux-v5.10/arch/alpha/kernel/
Dproto.h213 } __mcheck_info; variable
215 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
216 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
217 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))
Dirq_alpha.c124 struct mcheck_info __mcheck_info; variable