Home
last modified time | relevance | path

Searched refs:hamax (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsclp.h90 unsigned long hamax; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsclp.h104 unsigned long hamax; member
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dkvm-s390.c2741 if (sclp.hamax == U64_MAX) in kvm_arch_init_vm()
2745 sclp.hamax + 1); in kvm_arch_init_vm()
3274 vcpu->arch.sie_block->msl = sclp.hamax; in kvm_arch_vcpu_create()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.c3402 if (sclp.hamax == U64_MAX) in kvm_arch_init_vm()
3406 sclp.hamax + 1); in kvm_arch_init_vm()
3939 vcpu->arch.sie_block->msl = sclp.hamax; in kvm_arch_vcpu_create()

Completed in 14 milliseconds