Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 186) sorted by relevance

12345678

/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.c11 static void env_clear_common(u32 index, const struct env_map_common *map) in env_clear_common()
17 static int env_read_common(u32 index, const struct env_map_common *map) in env_read_common()
37 static void env_clear_core(u32 index, const struct env_map_percpu *map) in env_clear_core()
45 static int env_read_core(u32 index, const struct env_map_percpu *map) in env_read_core()
69 static int env_validate_common(u32 index, const struct env_map_common *map) in env_validate_common()
99 static int env_validate_core(u32 index, const struct env_map_percpu *map, in env_validate_core()
138 void envs_cleanup_core(const struct env_map_percpu *map) in envs_cleanup_core()
145 void envs_cleanup_common(const struct env_map_common *map) in envs_cleanup_common()
152 int envs_read_common(const struct env_map_common *map) in envs_read_common()
165 int envs_validate_common(const struct env_map_common *map) in envs_validate_common()
[all …]
/openbmc/qemu/hw/virtio/
H A Dcbor-helpers.c13 bool qemu_cbor_map_add(cbor_item_t *map, cbor_item_t *key, cbor_item_t *value) in qemu_cbor_map_add()
42 bool qemu_cbor_add_bool_to_map(cbor_item_t *map, const char *key, bool value) in qemu_cbor_add_bool_to_map()
71 bool qemu_cbor_add_uint8_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_to_map()
101 bool qemu_cbor_add_map_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_map_to_map()
133 bool qemu_cbor_add_bytestring_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_bytestring_to_map()
163 bool qemu_cbor_add_null_to_map(cbor_item_t *map, const char *key) in qemu_cbor_add_null_to_map()
192 bool qemu_cbor_add_string_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_string_to_map()
222 bool qemu_cbor_add_uint8_array_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint8_array_to_map()
263 bool qemu_cbor_add_uint8_key_bytestring_to_map(cbor_item_t *map, uint8_t key, in qemu_cbor_add_uint8_key_bytestring_to_map()
293 bool qemu_cbor_add_uint64_to_map(cbor_item_t *map, const char *key, in qemu_cbor_add_uint64_to_map()
H A Dvhost-iova-tree.c78 const DMAMap *map) in vhost_iova_tree_find_iova()
97 int vhost_iova_tree_map_alloc(VhostIOVATree *tree, DMAMap *map, hwaddr taddr) in vhost_iova_tree_map_alloc()
125 void vhost_iova_tree_remove(VhostIOVATree *iova_tree, DMAMap map) in vhost_iova_tree_remove()
140 const DMAMap *map) in vhost_iova_tree_find_gpa()
159 int vhost_iova_tree_map_alloc_gpa(VhostIOVATree *tree, DMAMap *map, hwaddr taddr) in vhost_iova_tree_map_alloc_gpa()
187 void vhost_iova_tree_remove_gpa(VhostIOVATree *iova_tree, DMAMap map) in vhost_iova_tree_remove_gpa()
/openbmc/qemu/util/
H A Dqht.c228 static void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked()
243 static inline void qht_map_debug__all_locked(struct qht_map *map) in qht_map_debug__all_locked()
257 static inline void qht_do_if_first_in_stripe(struct qht_map *map, in qht_do_if_first_in_stripe()
273 static inline void qht_bucket_lock_do(struct qht_map *map, in qht_bucket_lock_do()
286 static inline void qht_bucket_lock(struct qht_map *map, in qht_bucket_lock()
292 static inline void qht_bucket_unlock(struct qht_map *map, in qht_bucket_unlock()
298 static inline void qht_head_init(struct qht_map *map, struct qht_bucket *b) in qht_head_init()
306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket()
312 static void qht_map_lock_buckets(struct qht_map *map) in qht_map_lock_buckets()
323 static void qht_map_unlock_buckets(struct qht_map *map) in qht_map_unlock_buckets()
[all …]
H A Diova-tree.c84 const DMAMap *iova_tree_find(const IOVATree *tree, const DMAMap *map) in iova_tree_find()
92 const DMAMap *map = key; in iova_tree_find_address_iterator() local
108 const DMAMap *iova_tree_find_iova(const IOVATree *tree, const DMAMap *map) in iova_tree_find_iova()
124 int iova_tree_insert(IOVATree *tree, const DMAMap *map) in iova_tree_insert()
144 void iova_tree_remove(IOVATree *tree, DMAMap map) in iova_tree_remove()
213 int iova_tree_alloc_map(IOVATree *tree, DMAMap *map, hwaddr iova_begin, in iova_tree_alloc_map()
286 int gpa_tree_insert(IOVATree *tree, const DMAMap *map) in gpa_tree_insert()
H A Dbitmap.c160 void bitmap_set(unsigned long *map, long start, long nr) in bitmap_set()
182 void bitmap_set_atomic(unsigned long *map, long start, long nr) in bitmap_set_atomic()
221 void bitmap_clear(unsigned long *map, long start, long nr) in bitmap_clear()
243 bool bitmap_test_and_clear(unsigned long *map, long start, long nr) in bitmap_test_and_clear()
288 bool bitmap_test_and_clear_atomic(unsigned long *map, long start, long nr) in bitmap_test_and_clear_atomic()
360 unsigned long bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
/openbmc/u-boot/drivers/core/
H A Dregmap.c28 struct regmap *map; in regmap_alloc() local
43 struct regmap *map; in regmap_init_mem_platdata() local
114 struct regmap *map; in regmap_init_mem() local
182 void *regmap_get_range(struct regmap *map, unsigned int range_num) in regmap_get_range()
193 int regmap_uninit(struct regmap *map) in regmap_uninit()
249 int regmap_raw_read_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_read_range()
292 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read()
297 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read()
358 int regmap_raw_write_range(struct regmap *map, uint range_num, uint offset, in regmap_raw_write_range()
401 int regmap_raw_write(struct regmap *map, uint offset, const void *val, in regmap_raw_write()
[all …]
/openbmc/u-boot/test/dm/
H A Dregmap.c19 struct regmap *map; in dm_test_regmap_base() local
72 struct regmap *map; in dm_test_regmap_syscon() local
99 struct regmap *map; in dm_test_regmap_rw() local
124 struct regmap *map; in dm_test_regmap_getset() local
152 struct regmap *map; in dm_test_regmap_poll() local
/openbmc/u-boot/include/
H A Dregmap.h199 #define regmap_range_set(map, range, type, member, val) \ argument
213 #define regmap_set(map, type, member, val) \ argument
226 #define regmap_range_get(map, range, type, member, valp) \ argument
239 #define regmap_get(map, type, member, valp) \ argument
265 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument
288 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
/openbmc/phosphor-mboxd/
H A Dmboxd_lpc.c37 struct aspeed_lpc_ctrl_mapping map = { in __init_lpc_dev() local
103 struct aspeed_lpc_ctrl_mapping map = { in point_to_flash() local
152 struct aspeed_lpc_ctrl_mapping map = { in point_to_memory() local
/openbmc/hiomapd/
H A Dlpc.c37 struct aspeed_lpc_ctrl_mapping map = { in __lpc_dev_init() local
103 struct aspeed_lpc_ctrl_mapping map = { in lpc_map_flash() local
153 struct aspeed_lpc_ctrl_mapping map = { in lpc_map_memory() local
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c28 struct efi_entry_memmap *map; in board_get_usable_ram_top() local
74 struct efi_entry_memmap *map; in dram_init() local
98 struct efi_entry_memmap *map; in dram_init_banksize() local
179 struct efi_entry_memmap *map; in install_e820_map() local
259 struct efi_entry_memmap *map; in setup_efi_info() local
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp26 const dbus::utility::DBusPropertiesMap& map, EventLogObjectsType& event) in eventLogObjectFromDBus()
59 const dbus::utility::DBusPropertiesMap& map) in dbusEventLogMatchHandlerSingleEntry()
89 const dbus::utility::DBusPropertiesMap& map = pair.second; in onDbusEventLogCreated() local
/openbmc/u-boot/drivers/misc/
H A Dgdsys_rxaui_ctrl.c24 #define rxaui_ctrl_set(map, member, val) \ argument
27 #define rxaui_ctrl_get(map, member, valp) \ argument
31 struct regmap *map; member
H A Dihs_fpga.h39 #define ihs_fpga_set(map, member, val) \ argument
48 #define ihs_fpga_get(map, member, valp) \ argument
/openbmc/qemu/
H A Dqemu-keymap.c60 static void walk_map(struct xkb_keymap *map, xkb_keycode_t code, void *data) in walk_map()
142 static xkb_mod_mask_t get_mod(struct xkb_keymap *map, const char *name) in get_mod()
157 struct xkb_keymap *map; in main() local
/openbmc/hiomapd/test/
H A Dimplicit_flush.c76 uint8_t *map; in flush_on_close() local
107 uint8_t *map; in flush_on_create() local
/openbmc/phosphor-mboxd/test/
H A Dimplicit_flush.c75 uint8_t *map; in flush_on_close() local
106 uint8_t *map; in flush_on_create() local
/openbmc/u-boot/scripts/basic/
H A Dfixdep.c220 static void parse_config_file(const char *map, size_t len) in parse_config_file()
298 void *map; in do_config_file() local
334 static void parse_dep_file(void *map, size_t len) in parse_dep_file()
418 void *map; in print_deps() local
/openbmc/qemu/system/
H A Dmemory_mapping.c55 static inline bool mapping_contiguous(MemoryMapping *map, in mapping_contiguous()
67 static inline bool mapping_have_same_region(MemoryMapping *map, in mapping_have_same_region()
80 static inline bool mapping_conflict(MemoryMapping *map, in mapping_conflict()
92 static inline void mapping_merge(MemoryMapping *map, in mapping_merge()
/openbmc/phosphor-led-manager/test/
H A Dutest-group-priority.cpp23 static void assertMap(std::map<LedName, Layout::LedAction> map, in assertMap()
61 std::map<LedName, Layout::LedAction> map = in TEST_F() local
109 std::map<LedName, Layout::LedAction> map = in TEST_F() local
/openbmc/u-boot/cmd/
H A Defi.c71 void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) in efi_build_mem_table()
124 static void efi_print_mem_table(struct efi_entry_memmap *map, in efi_print_mem_table()
196 struct efi_entry_memmap *map; in do_efi_mem() local
/openbmc/phosphor-host-ipmid/test/
H A Dentitymap_json_unittest.cpp89 auto map = buildJsonEntityMap(j); in TEST() local
200 auto map = buildJsonEntityMap(j); in TEST() local
/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c31 struct pirq_regmap *map = priv->regmap; in pirq_reg_to_linkno() local
60 struct pirq_regmap *map = priv->regmap; in pirq_linkno_to_reg() local
152 struct pirq_regmap *map; in create_pirq_routing_table() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dcreate_action_map.hpp21 ActionMap map; in CreateActionMap() local

12345678