Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dfacility.h74 : "=m" (S390_lowcore.stfl_fac_list)); in stfle()
76 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4); in stfle()
77 if (S390_lowcore.stfl_fac_list & 0x01000000) { in stfle()
Dlowcore.h48 __u32 stfl_fac_list; /* 0x00c8 */ member
/Linux-v4.19/arch/s390/boot/
Dals.c112 : "=m" (S390_lowcore.stfl_fac_list)); in verify_facilities()
113 S390_lowcore.stfle_fac_list[0] = (u64)S390_lowcore.stfl_fac_list << 32; in verify_facilities()
114 if (S390_lowcore.stfl_fac_list & 0x01000000) { in verify_facilities()
/Linux-v4.19/arch/s390/kernel/
Dsetup.c344 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
Dasm-offsets.c121 OFFSET(__LC_STFL_FAC_LIST, lowcore, stfl_fac_list); in main()
/Linux-v4.19/arch/s390/kvm/
Dpriv.c610 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()