Home
last modified time | relevance | path

Searched refs:reg_map (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/vxge/
HDvxge.c161 device_attr.regh0 = (vxge_bus_res_t *) vdev->pdev->reg_map[0]; in vxge_attach()
162 device_attr.regh1 = (vxge_bus_res_t *) vdev->pdev->reg_map[1]; in vxge_attach()
163 device_attr.regh2 = (vxge_bus_res_t *) vdev->pdev->reg_map[2]; in vxge_attach()
1756 pci_info->reg_map[i] = in vxge_alloc_bar_resources()
1759 if (pci_info->reg_map[i] == NULL) { in vxge_alloc_bar_resources()
1766 ((vxge_bus_res_t *) (pci_info->reg_map[i]))->bus_space_tag = in vxge_alloc_bar_resources()
1769 ((vxge_bus_res_t *) (pci_info->reg_map[i]))->bus_space_handle = in vxge_alloc_bar_resources()
1772 ((vxge_bus_res_t *) (pci_info->reg_map[i]))->bar_start_addr = in vxge_alloc_bar_resources()
1775 ((vxge_bus_res_t *) (pci_info->reg_map[i]))->bus_res_len = in vxge_alloc_bar_resources()
2028 vxge_mem_free(pci_info->reg_map[i], sizeof(vxge_bus_res_t)); in vxge_free_bar_resources()
[all …]
HDvxge-osdep.h149 void *reg_map[3]; /* BAR Resource */ member
/NextBSD/contrib/binutils/gas/config/
HDtc-score.c228 struct reg_map struct
236 struct reg_map all_reg_maps[] = argument
6586 build_reg_hsh (struct reg_map *map) in build_reg_hsh()
/NextBSD/contrib/gcc/
HDFSFChangeLog.101465 * integrate.c (save_for_inline_copying): Allocate reg_map with size
1747 * integrate.c (save_for_inline_copying): Put reg_map in function's
HDChangeLog-19999137 (reg_map, label_map, insn_map, orig_asm_operands_vector,
20240 * loop.c (strength_reduce): Size reg_map according to reg_iv_type.
/NextBSD/contrib/binutils/gas/
HDChangeLog-02037430 (struct reg_map): New structure.