Home
last modified time | relevance | path

Searched refs:stfl_fac_list (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dfacility.h93 u32 stfl_fac_list; in __stfle() local
97 : "=m" (S390_lowcore.stfl_fac_list)); in __stfle()
98 stfl_fac_list = S390_lowcore.stfl_fac_list; in __stfle()
99 memcpy(stfle_fac_list, &stfl_fac_list, 4); in __stfle()
101 if (stfl_fac_list & 0x01000000) { in __stfle()
H A Dlowcore.h71 __u32 stfl_fac_list; /* 0x00c8 */ member
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h72 uint32_t stfl_fac_list; /* 0x0c8 */ member
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c697 memcpy(&lowcore->stfl_fac_list, stfl_bytes, sizeof(lowcore->stfl_fac_list)); in HELPER()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h45 uint32_t stfl_fac_list; /* 0x0c8 */ member
/openbmc/linux/arch/s390/kvm/
H A Dpriv.c711 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()