Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/regmap/
Dregmap.c449 static void regmap_lock_hwlock(void *__map) in regmap_lock_hwlock() argument
451 struct regmap *map = __map; in regmap_lock_hwlock()
456 static void regmap_lock_hwlock_irq(void *__map) in regmap_lock_hwlock_irq() argument
458 struct regmap *map = __map; in regmap_lock_hwlock_irq()
463 static void regmap_lock_hwlock_irqsave(void *__map) in regmap_lock_hwlock_irqsave() argument
465 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()
471 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock() argument
473 struct regmap *map = __map; in regmap_unlock_hwlock()
478 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq() argument
480 struct regmap *map = __map; in regmap_unlock_hwlock_irq()
[all …]
/Linux-v5.10/arch/x86/include/uapi/asm/
Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/Linux-v5.10/tools/perf/util/
Dmetricgroup.c795 #define map_for_each_event(__pe, __idx, __map) \ argument
796 for (__idx = 0, __pe = &__map->table[__idx]; \
798 __pe = &__map->table[++__idx])
800 #define map_for_each_metric(__pe, __idx, __map, __metric) \ argument
801 map_for_each_event(__pe, __idx, __map) \
/Linux-v5.10/arch/x86/kernel/
Dvm86_32.c444 return test_bit(nr, bitmap->__map); in is_revectored()