Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Deeh_pe.c521 if (!(pe->state & EEH_PE_REMOVED)) in eeh_pe_state_mark()
590 if (pe->state & EEH_PE_REMOVED) in eeh_pe_state_clear()
H A Deeh_driver.c1083 eeh_pe_state_mark(pe, EEH_PE_REMOVED); in eeh_handle_normal_event()
H A Deeh.c1384 !(pe->state & EEH_PE_REMOVED) && in eeh_pe_get_state()
/linux/arch/powerpc/include/asm/
H A Deeh.h70 #define EEH_PE_REMOVED (1 << 10) /* Removed permanently */ macro