Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh_pe.c332 if (pe && !(pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
349 } else if (pe && (pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
358 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()
360 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()
458 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()
465 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
/arch/powerpc/include/asm/
Deeh.h67 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro