Home
last modified time | relevance | path

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

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