Symbol: el_common
arch/alpha/include/asm/core_mcpcia.h
194
struct el_common header;
arch/alpha/kernel/core_cia.c
1106
struct el_common *com;
arch/alpha/kernel/core_mcpcia.c
519
struct el_common *frame;
arch/alpha/kernel/core_mcpcia.c
548
frame = (struct el_common *)la_ptr;
arch/alpha/kernel/core_t2.c
561
struct el_common *mchk_header = (struct el_common *)la_ptr;
arch/alpha/kernel/err_common.c
48
mchk_dump_logout_frame(struct el_common *mchk_header)
arch/alpha/kernel/err_ev6.c
187
ev6_process_logout_frame(struct el_common *mchk_header, int print)
arch/alpha/kernel/err_ev6.c
236
struct el_common *mchk_header = (struct el_common *)la_ptr;
arch/alpha/kernel/err_impl.h
50
extern void mchk_dump_logout_frame(struct el_common *);
arch/alpha/kernel/err_impl.h
72
extern int ev6_process_logout_frame(struct el_common *, int);
arch/alpha/kernel/err_impl.h
84
extern int titan_process_logout_frame(struct el_common *, int);
arch/alpha/kernel/err_impl.h
87
extern int privateer_process_logout_frame(struct el_common *, int);
arch/alpha/kernel/err_titan.c
370
titan_process_logout_frame(struct el_common *mchk_header, int print)
arch/alpha/kernel/err_titan.c
391
struct el_common *mchk_header = (struct el_common *)la_ptr;
arch/alpha/kernel/err_titan.c
553
privateer_process_logout_frame((struct el_common *)
arch/alpha/kernel/err_titan.c
590
privateer_process_680_frame(struct el_common *mchk_header, int print)
arch/alpha/kernel/err_titan.c
631
privateer_process_logout_frame(struct el_common *mchk_header, int print)
arch/alpha/kernel/err_titan.c
711
struct el_common *mchk_header = (struct el_common *)la_ptr;
arch/alpha/kernel/irq_alpha.c
131
struct el_common *mchk_header;
arch/alpha/kernel/irq_alpha.c
153
mchk_header = (struct el_common *)la_ptr;