Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Deeh_pe.c345 if (pe && !(pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
359 } else if (pe && (pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
368 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()
370 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()
481 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()
488 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
/linux-4.4.14/arch/powerpc/include/asm/
Deeh.h71 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro