Home
last modified time | relevance | path

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

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