Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c71 sclp.hamax = (1UL << sccb->hamaxpow) - 1; in sclp_early_facilities_detect()
73 sclp.hamax = U64_MAX; in sclp_early_facilities_detect()
/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h104 unsigned long hamax; member
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c3401 if (sclp.hamax == U64_MAX) in kvm_arch_init_vm()
3405 sclp.hamax + 1); in kvm_arch_init_vm()
3938 vcpu->arch.sie_block->msl = sclp.hamax; in kvm_arch_vcpu_create()