Home
last modified time | relevance | path

Searched refs:hmfai (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c111 sclp.hmfai = sccb->hmfai; in sclp_early_facilities_detect()
H A Dsclp.h193 u32 hmfai; /* 124-127 */ member
/openbmc/qemu/target/s390x/
H A Dcpu_models.h28 uint32_t hmfai; /* hypervisor-managed facilities */ member
H A Dcpu_models.c38 .hmfai = _hmfai, \
168 return cpu->model->def->hmfai; in s390_get_hmfai()
/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h108 unsigned int hmfai; member
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h136 uint32_t hmfai; member
/openbmc/qemu/hw/s390x/
H A Dsclp.c155 read_info->hmfai = cpu_to_be32(s390_get_hmfai()); in read_SCP_info()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c5844 unsigned int nonhyp_fai = (sclp.hmfai << i * 2) >> 30; in nonhyp_mask()