Home
last modified time | relevance | path

Searched refs:ipl_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dipl.h68 enum ipl_type { enum
82 enum ipl_type type;
/openbmc/openpower-proc-control/procedures/phal/
H A Dstart_host.cpp287 void startHost(enum ipl_type iplType = IPL_TYPE_NORMAL) in startHost()
/openbmc/linux/arch/s390/kernel/
H A Dipl.c94 static char *ipl_type_str(enum ipl_type type) in ipl_type_str()
157 static enum ipl_type reipl_type = IPL_TYPE_UNKNOWN;
282 static __init enum ipl_type get_ipl_type(void) in get_ipl_type()
318 static struct kobj_attribute sys_ipl_type_attr = __ATTR_RO(ipl_type);
1218 static int reipl_set_type(enum ipl_type type) in reipl_set_type()
1571 enum ipl_type reipl_type = ipl_info.type; in reipl_type_init()