Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/regmap/
Dregmap.c448 static void regmap_lock_hwlock(void *__map) in regmap_lock_hwlock() argument
450 struct regmap *map = __map; in regmap_lock_hwlock()
455 static void regmap_lock_hwlock_irq(void *__map) in regmap_lock_hwlock_irq() argument
457 struct regmap *map = __map; in regmap_lock_hwlock_irq()
462 static void regmap_lock_hwlock_irqsave(void *__map) in regmap_lock_hwlock_irqsave() argument
464 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()
470 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock() argument
472 struct regmap *map = __map; in regmap_unlock_hwlock()
477 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq() argument
479 struct regmap *map = __map; in regmap_unlock_hwlock_irq()
[all …]
/Linux-v6.1/arch/x86/include/uapi/asm/
Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/Linux-v6.1/arch/x86/kernel/
Dvm86_32.c410 return test_bit(nr, bitmap->__map); in is_revectored()