Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dsmpboot.c783 if (status != PAL_STATUS_UNIMPLEMENTED) { in identify_siblings()
797 if (status != PAL_STATUS_UNIMPLEMENTED) in identify_siblings()
/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h113 #define PAL_STATUS_UNIMPLEMENTED (-1) /* Unimplemented procedure */ macro