Home
last modified time | relevance | path

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

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