Home
last modified time | relevance | path

Searched refs:__map (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/regmap/
A Dregmap.c461 struct regmap *map = __map; in regmap_lock_hwlock()
468 struct regmap *map = __map; in regmap_lock_hwlock_irq()
475 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()
483 struct regmap *map = __map; in regmap_unlock_hwlock()
490 struct regmap *map = __map; in regmap_unlock_hwlock_irq()
497 struct regmap *map = __map; in regmap_unlock_hwlock_irqrestore()
509 struct regmap *map = __map; in regmap_lock_mutex()
515 struct regmap *map = __map; in regmap_unlock_mutex()
522 struct regmap *map = __map; in regmap_lock_spinlock()
532 struct regmap *map = __map; in regmap_unlock_spinlock()
[all …]
/linux/arch/x86/include/uapi/asm/
A Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/linux/tools/perf/util/
A Dmetricgroup.c1038 #define map_for_each_event(__pe, __idx, __map) \ argument
1039 if (__map) \
1040 for (__idx = 0, __pe = &__map->table[__idx]; \
1042 __pe = &__map->table[++__idx])
1044 #define map_for_each_metric(__pe, __idx, __map, __metric) \ argument
1045 map_for_each_event(__pe, __idx, __map) \
/linux/arch/x86/kernel/
A Dvm86_32.c410 return test_bit(nr, bitmap->__map); in is_revectored()

Completed in 19 milliseconds