Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dfacility.h45 : "+m" (S390_lowcore.stfl_fac_list)); in stfle()
47 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4); in stfle()
48 if (S390_lowcore.stfl_fac_list & 0x01000000) { in stfle()
Dlowcore.h72 __u32 stfl_fac_list; /* 0x00c8 */ member
213 __u32 stfl_fac_list; /* 0x00c8 */ member
/linux-3.4.99/arch/s390/kvm/
Dpriv.c161 facility_list = S390_lowcore.stfl_fac_list & 0xff00fff3; in handle_stfl()
163 rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list), in handle_stfl()
/linux-3.4.99/arch/s390/kernel/
Dsetup.c396 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
Dasm-offsets.c97 DEFINE(__LC_STFL_FAC_LIST, offsetof(struct _lowcore, stfl_fac_list)); in main()