Home
last modified time | relevance | path

Searched refs:ipl_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dipl.h89 extern u32 ipl_flags;
/linux-4.4.14/arch/s390/kernel/
Dmachine_kexec.c193 if (ipl_flags & IPL_NSS_VALID) in machine_kexec_prepare()
Dipl.c126 u32 ipl_flags __attribute__((__section__(".data"))) = 0; variable
281 if (ipl_flags & IPL_NSS_VALID) in get_ipl_type()
283 if (!(ipl_flags & IPL_DEVNO_VALID)) in get_ipl_type()
285 if (!(ipl_flags & IPL_PARMBLOCK_VALID)) in get_ipl_type()
2001 ipl_flags |= IPL_DEVNO_VALID; in ipl_save_parameters()
2004 ipl_flags |= IPL_PARMBLOCK_VALID; in ipl_save_parameters()
Dearly.c179 ipl_flags = IPL_NSS_VALID; in create_kernel_nss()