Searched refs:stfl_fac_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | facility.h | 91 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()
|
H A D | lowcore.h | 71 __u32 stfl_fac_list; /* 0x00c8 */ member
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | facility.h | 85 : "=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()
|
H A D | lowcore.h | 48 __u32 stfl_fac_list; /* 0x00c8 */ member
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | asm-offsets.c | 93 OFFSET(__LC_STFL_FAC_LIST, lowcore, stfl_fac_list); in main()
|
H A D | setup.c | 409 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore_dat_off()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | priv.c | 710 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | priv.c | 711 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
|
Completed in 9 milliseconds