Home
last modified time | relevance | path

Searched refs:_map (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/mtd/maps/
H A Dpci.c37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8() argument
39 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read8()
45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32() argument
47 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read32()
53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() argument
55 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyfrom()
59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8() argument
61 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write8()
65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32() argument
67 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write32()
[all …]
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()
185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()
201 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_copy()
214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()
235 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_update()
248 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()
330 static void cgroup_storage_map_free(struct bpf_map *_map) in cgroup_storage_map_free() argument
332 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free()
472 enum bpf_cgroup_storage_type stype = cgroup_storage_type(_map); in bpf_cgroup_storage_assign()
475 aux->cgroup_storage[stype] != _map) in bpf_cgroup_storage_assign()
[all …]
/openbmc/linux/fs/btrfs/
H A Dlocking.h101 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
102 rwsem_release(&owner->lock##_map, _THIS_IP_); \
117 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_)
124 rwsem_release(&owner->lock##_map, _THIS_IP_)
146 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
/openbmc/linux/include/uapi/linux/
H A Dmap_to_7segment.h75 #define SEG7_CONVERSION_MAP(_name, _map) \ argument
76 struct seg7_conversion_map _name = { .table = { _map } }
H A Dmap_to_14segment.h93 #define SEG14_CONVERSION_MAP(_name, _map) \ argument
94 struct seg14_conversion_map _name = { .table = { _map } }
/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)]
54 #define DECLARE_RESERVED_MAP(m, c) unsigned short reserved_##m##_map[c]
/openbmc/linux/fs/adfs/
H A Dmap.c54 #define GET_FRAG_ID(_map,_start,_idmask) \ argument
56 unsigned char *_m = _map + (_start >> 3); \
/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c464 struct rio_mport_mapping *map, *_map; in rio_mport_obw_free() local
475 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_obw_free()
1148 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local
1155 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_free_dma()
1330 struct rio_mport_mapping *map, *_map; in rio_mport_inbound_free() local
1341 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_inbound_free()
2016 struct rio_mport_mapping *map, *_map; in mport_cdev_release() local
2044 list_for_each_entry_safe(map, _map, &chdev->mappings, node) { in mport_cdev_release()
2500 struct rio_mport_mapping *map, *_map; in mport_cdev_remove() local
2518 list_for_each_entry_safe(map, _map, &md->mappings, node) { in mport_cdev_remove()
/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Daddrs.h140 #define SABLE_LOG_TRIGGER(_map) argument
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma-private.c109 clear_bit(p->id, ud->res##_map); \
H A Dk3-udma.c1340 if (test_bit(id, ud->res##_map)) { \
1352 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \
1359 set_bit(id, ud->res##_map); \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch123 + _map = dict()
132 + self._map[name] = exception_cls
150 + return self._map.get(name, self._default)
/openbmc/linux/arch/arm/mach-at91/
H A Dpm.c1187 #define AT91_PM_REPLACE_MODES(_maps, _map) \ argument
1189 AT91_PM_REPLACE_MODE((_maps), BIT(AT91_PM_IOMAP_##_map),\
1192 AT91_PM_REPLACE_MODE((_maps), BIT(AT91_PM_IOMAP_##_map),\
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py437 def _map(key): function
449 new_key = _map(key)
/openbmc/linux/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c100 #define FMT(_fourcc, _alpha, _depth, _map) \ argument
106 .hw_map = GE2D_COLOR_MAP_ ## _map, \
/openbmc/linux/tools/perf/util/
H A Devlist.c869 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, in perf_evlist__mmap_cb_mmap() argument
872 struct mmap *map = container_of(_map, struct mmap, core); in perf_evlist__mmap_cb_mmap()
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c2573 #define CP15_PMU_SYS_REG(_map, _Op1, _CRn, _CRm, _Op2) \ argument
2574 AA32(_map), \
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst542 first must use dma\_memory\_map() to convert the DMA address to a local