Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dfacility.h50 : "+m" (S390_lowcore.stfl_fac_list)); in stfle()
52 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4); in stfle()
53 if (S390_lowcore.stfl_fac_list & 0x01000000) { in stfle()
Dlowcore.h68 __u32 stfl_fac_list; /* 0x00c8 */ member
/linux-4.4.14/arch/s390/kernel/
Dsetup.c334 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
Dasm-offsets.c122 OFFSET(__LC_STFL_FAC_LIST, _lowcore, stfl_fac_list); in main()
/linux-4.4.14/arch/s390/kvm/
Dpriv.c358 rc = write_guest_lc(vcpu, offsetof(struct _lowcore, stfl_fac_list), in handle_stfl()