Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dfacility.h91 u32 stfl_fac_list; in __stfle() local
95 : "=m" (S390_lowcore.stfl_fac_list)); in __stfle()
96 stfl_fac_list = S390_lowcore.stfl_fac_list; in __stfle()
97 memcpy(stfle_fac_list, &stfl_fac_list, 4); in __stfle()
99 if (stfl_fac_list & 0x01000000) { in __stfle()
Dlowcore.h71 __u32 stfl_fac_list; /* 0x00c8 */ member
/linux-6.1.9/arch/s390/kvm/
Dpriv.c712 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()