Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_early.c57 sclp.hamax = (1UL << sccb->hamaxpow) - 1; in sclp_early_facilities_detect()
59 sclp.hamax = U64_MAX; in sclp_early_facilities_detect()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsclp.h90 unsigned long hamax; member
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dkvm-s390.c2737 if (sclp.hamax == U64_MAX) in kvm_arch_init_vm()
2741 sclp.hamax + 1); in kvm_arch_init_vm()
3270 vcpu->arch.sie_block->msl = sclp.hamax; in kvm_arch_vcpu_create()