Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Dproto.h205 } __mcheck_info; variable
207 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected))
208 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
209 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))
Dirq_alpha.c124 struct mcheck_info __mcheck_info; variable