Searched refs:__map (Results 1 – 6 of 6) sorted by relevance
396 struct regmap *map = __map; in regmap_lock_hwlock()403 struct regmap *map = __map; in regmap_lock_hwlock_irq()410 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()418 struct regmap *map = __map; in regmap_unlock_hwlock()425 struct regmap *map = __map; in regmap_unlock_hwlock_irq()432 struct regmap *map = __map; in regmap_unlock_hwlock_irqrestore()444 struct regmap *map = __map; in regmap_lock_mutex()450 struct regmap *map = __map; in regmap_unlock_mutex()457 struct regmap *map = __map; in regmap_lock_spinlock()467 struct regmap *map = __map; in regmap_unlock_spinlock()[all …]
308 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument312 __map = rb_entry(__tmp, struct pkvm_mapping, node); \317 if (__map->gfn < ((__start) >> PAGE_SHIFT)) \319 else if (__map->gfn >= ((__end) >> PAGE_SHIFT)) \
94 unsigned long __map[8]; /* 256 bits */ member
9 struct __map { struct23 const struct __map *map; argument
85 static const struct __map mt7996_reg_map[] = {
409 return test_bit(nr, bitmap->__map); in is_revectored()