Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/char/
Dsclp_early.c64 sclp.hamax = (1UL << sccb->hamaxpow) - 1; in sclp_early_facilities_detect()
66 sclp.hamax = U64_MAX; in sclp_early_facilities_detect()
/linux-5.19.10/arch/s390/include/asm/
Dsclp.h97 unsigned long hamax; member
/linux-5.19.10/arch/s390/kvm/
Dkvm-s390.c2841 if (sclp.hamax == U64_MAX) in kvm_arch_init_vm()
2845 sclp.hamax + 1); in kvm_arch_init_vm()
3360 vcpu->arch.sie_block->msl = sclp.hamax; in kvm_arch_vcpu_create()