Home
last modified time | relevance | path

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

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