Searched refs:fcur (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/lib/ |
D | feature-fixups.c | 38 static unsigned int *calc_addr(struct fixup_entry *fcur, long offset) in calc_addr() argument 45 return (unsigned int *)((unsigned long)fcur + offset); in calc_addr() 71 static int patch_feature_section(unsigned long value, struct fixup_entry *fcur) in patch_feature_section() argument 75 start = calc_addr(fcur, fcur->start_off); in patch_feature_section() 76 end = calc_addr(fcur, fcur->end_off); in patch_feature_section() 77 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section() 78 alt_end = calc_addr(fcur, fcur->alt_end_off); in patch_feature_section() 83 if ((value & fcur->mask) == fcur->value) in patch_feature_section() 102 struct fixup_entry *fcur, *fend; in do_feature_fixups() local 104 fcur = fixup_start; in do_feature_fixups() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mr.c | 643 ent->fcur = debugfs_create_u32("cur", 0400, ent->dir, in mlx5_mr_cache_debugfs_init() 645 if (!ent->fcur) in mlx5_mr_cache_debugfs_init()
|
D | mlx5_ib.h | 632 struct dentry *fcur; member
|