Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dfacility.h85 : "=m" (S390_lowcore.stfl_fac_list)); in __stfle()
87 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4); in __stfle()
88 if (S390_lowcore.stfl_fac_list & 0x01000000) { in __stfle()
Dlowcore.h48 __u32 stfl_fac_list; /* 0x00c8 */ member
/arch/s390/kernel/
Dsetup.c407 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore_dat_off()
Dasm-offsets.c122 OFFSET(__LC_STFL_FAC_LIST, lowcore, stfl_fac_list); in main()
/arch/s390/kvm/
Dpriv.c698 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()