Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h90 unsigned char has_sipl : 1; member
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c62 sclp.has_sipl = !!(sccb->cbl & 0x4000); in sclp_early_facilities_detect()
/openbmc/linux/arch/s390/kernel/
H A Dipl.c332 return sprintf(page, "%i\n", !!sclp.has_sipl); in ipl_has_secure_show()