Searched refs:fa (Results 1 - 25 of 109) sorted by path

12345

/linux-master/arch/arm/include/asm/
H A Dglue-cache.h37 # define _CACHE fa
H A Dpage.h71 # define _USER fa
H A Dtlbflush.h58 * fa - Faraday (v4 with write buffer with UTLB)
93 # define _TLB fa
/linux-master/arch/arm/mm/
H A Dtlb-fa.S3 * linux/arch/arm/mm/tlb-fa.S
67 define_tlb_functions fa, fa_tlb_flags
H A DMakefile45 obj-$(CONFIG_CPU_CACHE_FA) += cache-fa.o
56 obj-$(CONFIG_CPU_COPY_FA) += copypage-fa.o
64 obj-$(CONFIG_CPU_TLB_FA) += tlb-fa.o
H A Dcache-fa.S3 * linux/arch/arm/mm/cache-fa.S
246 define_cache_functions fa
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S42 .long R(89, c9, c9, 40), R(fa, 7d, 7d, 87)
43 .long R(ef, fa, fa, 15), R(b2, 59, 59, eb)
125 .long R(d8, 6c, 6c, b4), R(ac, 56, 56, fa)
167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93)
168 .long R(20, 30, fa, 55), R(ad, 76, 6d, f6)
241 .long R(11, 94, 48, fa), R(47, e9, 64, 22)
273 .long R(fa, 87, 74, 73), R(fb, 0b, 41, 2e)
/linux-master/arch/alpha/math-emu/
H A Dmath.c109 unsigned long fa, fb, fc, func, mode, src; local
117 fa = (insn >> 21) & 0x1f;
132 va = alpha_read_fp_reg_s(fa);
162 va = alpha_read_fp_reg(fa);
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c182 unsigned long type, func, fc, fa, fb, src, speinsn; local
196 fa = (speinsn >> 16) & 0x1f;
202 va.wp[0] = current->thread.evr[fa];
203 va.wp[1] = regs->gpr[fa];
/linux-master/arch/s390/include/asm/
H A Dnmi.h64 u64 fa : 1; /* 24 failing storage address validity */ member in struct:mci::__anon5
/linux-master/arch/s390/kernel/
H A Dnmi.c402 if (mci.ds && mci.fa)
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c74 #define FMUL(fa, fb) ((s32)(((s64)(fa) * (s64)(fb)) / 65536))
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c441 const struct nouveau_svm_fault *fa = *(struct nouveau_svm_fault **)a; local
444 if ((ret = (s64)fa->inst - fb->inst))
446 if ((ret = (s64)fa->addr - fb->addr))
448 return nouveau_svm_fault_priority(fa->access) -
/linux-master/drivers/media/tuners/
H A Dfc0011.c172 u8 fa, fp, vco_sel, vco_cal; local
225 fa = xdivr - fp * 8;
226 if (fa < 2) {
228 fa += 8;
232 fa = 0xF;
234 if (fa >= fp) {
236 "fa %02X >= fp %02X, but trying to continue\n",
237 (unsigned int)(u8)fa, (unsigned int)(u8)fp);
239 regs[FC11_REG_FA] = fa;
423 dev_dbg(&priv->i2c->dev, "Tuned to fa
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c860 const struct flow_action_entry *fa; local
863 flow_action_for_each(i, fa, &fr->action) {
864 switch (fa->id) {
980 const struct flow_action_entry *fa; local
987 flow_action_for_each(i, fa, &fr->action) {
996 switch (fa->id) {
998 if (!fa->chain_index) {
1002 rid = efx_tc_get_recirc_id(efx, fa->chain_index,
1009 if (fa->hw_stats) {
1012 if (!(fa
1162 efx_tc_pedit_add(struct efx_nic *efx, struct efx_tc_action_set *act, const struct flow_action_entry *fa, struct netlink_ext_ack *extack) argument
1243 efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, const struct flow_action_entry *fa, struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack, struct efx_tc_match *match) argument
1681 const struct flow_action_entry *fa; local
2081 const struct flow_action_entry *fa; local
[all...]
H A Dtc_conntrack.c291 const struct flow_action_entry *fa,
298 switch (fa->mangle.htype) {
300 switch (fa->mangle.offset) {
305 if (fa->mangle.mask)
307 conn->nat_ip = htonl(fa->mangle.val);
321 switch (fa->mangle.offset) {
330 if (~fa->mangle.mask != 0xffff)
332 conn->l4_natport = htons(fa->mangle.val);
359 const struct flow_action_entry *fa; local
392 flow_action_for_each(i, fa,
290 efx_tc_ct_mangle(struct efx_nic *efx, struct efx_tc_ct_entry *conn, const struct flow_action_entry *fa, struct efx_tc_ct_mangler_state *mung) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.c453 static void rtw_phy_dig_recorder(struct rtw_dm_info *dm_info, u8 igi, u16 fa) argument
475 fa_history[0] = fa;
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c117 struct fsxattr fa = { 0 }; local
119 fa.fsx_xflags = map_flags(bch_flags_to_xflags, inode->ei_inode.bi_flags);
122 fa.fsx_xflags |= FS_XFLAG_PROJINHERIT;
124 fa.fsx_projid = inode->ei_qid.q[QTYP_PRJ];
126 if (copy_to_user(arg, &fa, sizeof(fa)))
153 struct fsxattr fa; local
156 if (copy_from_user(&fa, arg, sizeof(fa)))
160 s.projinherit = (fa
[all...]
/linux-master/fs/btrfs/
H A Dioctl.c248 int btrfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
252 fileattr_fill_flags(fa, btrfs_inode_flags_to_fsflags(binode));
257 struct dentry *dentry, struct fileattr *fa)
272 if (fileattr_has_fsx(fa))
275 fsflags = btrfs_mask_fsflags_for_type(inode, fa->flags);
308 if (!fa->flags_valid) {
256 btrfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
H A Dioctl.h17 int btrfs_fileattr_get(struct dentry *dentry, struct fileattr *fa);
19 struct dentry *dentry, struct fileattr *fa);
H A Dsysfs.c145 static int can_modify_feature(struct btrfs_feature_attr *fa) argument
149 switch (fa->feature_set) {
164 fa->feature_set);
168 if (set & fa->feature_bit)
170 if (clear & fa->feature_bit)
181 struct btrfs_feature_attr *fa = to_btrfs_feature_attr(a); local
183 u64 features = get_features(fs_info, fa->feature_set);
184 if (features & fa->feature_bit)
187 val = can_modify_feature(fa);
197 struct btrfs_feature_attr *fa local
267 struct btrfs_feature_attr *fa; local
1448 struct btrfs_feature_attr *fa; local
1587 struct btrfs_feature_attr *fa; local
[all...]
/linux-master/fs/ceph/
H A Dcrypto.h57 static inline u32 ceph_fscrypt_auth_len(struct ceph_fscrypt_auth *fa) argument
59 u32 ctxsize = le32_to_cpu(fa->cfa_blob_len);
/linux-master/fs/ecryptfs/
H A Dinode.c1127 static int ecryptfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
1129 return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa);
1133 struct dentry *dentry, struct fileattr *fa)
1138 rc = vfs_fileattr_set(&nop_mnt_idmap, lower_dentry, fa);
1132 ecryptfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
/linux-master/fs/efivarfs/
H A Dinode.c156 efivarfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) argument
165 fileattr_fill_flags(fa, flags);
172 struct dentry *dentry, struct fileattr *fa)
176 if (fileattr_has_fsx(fa))
179 if (fa->flags & ~FS_IMMUTABLE_FL)
182 if (fa->flags & FS_IMMUTABLE_FL)
171 efivarfs_fileattr_set(struct mnt_idmap *idmap, struct dentry *dentry, struct fileattr *fa) argument
/linux-master/fs/ext2/
H A Dext2.h752 extern int ext2_fileattr_get(struct dentry *dentry, struct fileattr *fa);
754 struct dentry *dentry, struct fileattr *fa);

Completed in 332 milliseconds

12345