Home
last modified time | relevance | path

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

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