Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunordered_map.h2137 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2138 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2141 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2142 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2161 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2162 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2165 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2166 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h1221 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1222 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1225 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1226 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h1556 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1557 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1560 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1561 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunordered_map.h2137 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2138 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2141 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2142 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2161 _S_get_table(unordered_map<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2162 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
2165 _S_get_table(unordered_multimap<_Key, _Val, _Hash2, _Eq2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
2166 { return __map._M_h; } in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h1221 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1222 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1225 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1226 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
H A Dstl_map.h1556 _S_get_tree(_GLIBCXX_STD_C::map<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1557 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
1560 _S_get_tree(_GLIBCXX_STD_C::multimap<_Key, _Val, _Cmp2, _Alloc>& __map) in _GLIBCXX_VISIBILITY()
1561 { return __map._M_t; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dlink.h179 extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dlink.h179 extern unsigned int la_objopen (struct link_map *__map, Lmid_t __lmid,
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dvm86_32.c444 return test_bit(nr, bitmap->__map); in is_revectored()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Ddeque953 typedef __split_buffer<pointer, __pointer_allocator> __map;
961 __map __map_;
1048 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end();
1118 typename __map::iterator __i = __map_.begin();
1119 typename __map::iterator __e = __map_.end();
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Ddeque953 typedef __split_buffer<pointer, __pointer_allocator> __map;
961 __map __map_;
1048 for (typename __map::const_iterator __i = __map_.begin(), __e = __map_.end();
1118 typename __map::iterator __i = __map_.begin();
1119 typename __map::iterator __e = __map_.end();