Home
last modified time | relevance | path

Searched refs:logout (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Derr_ev7.c50 lf_subpackets->logout = (struct ev7_pal_logout_subpacket *) in ev7_collect_logout_frame_subpackets()
59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
252 packet->by_type.logout.whami, in ev7_process_pal_subpacket()
253 packet->by_type.logout.rbox_whami); in ev7_process_pal_subpacket()
254 el_print_timestamp(&packet->by_type.logout.timestamp); in ev7_process_pal_subpacket()
258 packet->by_type.logout.exc_addr, in ev7_process_pal_subpacket()
259 packet->by_type.logout.halt_code); in ev7_process_pal_subpacket()
261 packet->by_type.logout.subpacket_count); in ev7_process_pal_subpacket()
Derr_marvel.c914 if (!lf_subpackets->logout || !lf_subpackets->io) in marvel_process_io_error()
1019 if (lf_subpackets->logout && in marvel_process_logout_frame()
1020 (lf_subpackets->logout->rbox_int & 0x20000400ul)) in marvel_process_logout_frame()
1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1119 lf_subpackets->io_pid = lf_subpackets->logout->whami; in marvel_machine_check()
1136 el_print_timestamp(&lf_subpackets->logout->timestamp); in marvel_machine_check()
Dcore_mcpcia.c445 mcpcia_print_uncorrectable(struct el_MCPCIA_uncorrected_frame_mcheck *logout) in mcpcia_print_uncorrectable() argument
450 frame = &logout->procdata; in mcpcia_print_uncorrectable()
/arch/alpha/include/asm/
Derr_ev7.h177 struct ev7_pal_logout_subpacket logout; /* Type 1 */ member
191 struct ev7_pal_logout_subpacket *logout; /* Type 1 */ member