Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh_pe.c348 if (pe && !(pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
362 } else if (pe && (pe->type & EEH_PE_INVALID)) { in eeh_add_to_parent_pe()
371 if (!(parent->type & EEH_PE_INVALID)) in eeh_add_to_parent_pe()
373 parent->type &= ~(EEH_PE_INVALID | EEH_PE_KEEP); in eeh_add_to_parent_pe()
487 if (!(child->type & EEH_PE_INVALID)) { in eeh_rmv_from_parent_pe()
494 pe->type |= EEH_PE_INVALID; in eeh_rmv_from_parent_pe()
/arch/powerpc/include/asm/
Deeh.h71 #define EEH_PE_INVALID (1 << 0) /* Invalid */ macro