/illumos-gate/usr/src/uts/common/sys/ |
H A D | ddimapreq.h | 78 uint_t map_flags; /* See below... */ member
|
H A D | bofi_impl.h | 97 int map_flags; member
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | rootnex.c | 359 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_map_regspec() 401 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_unmap_regspec() 505 if (mp->map_flags & DDI_MF_USER_MAPPING) { in rootnex_map()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_rawfile.c | 239 map.map_flags = MDB_TGT_MAP_R; in rf_print_map() 242 map.map_flags |= MDB_TGT_MAP_W; in rf_print_map()
|
H A D | mdb_target.h | 298 uint_t map_flags; /* Flags (see above) */ member
|
H A D | mdb_proc.c | 3125 mp->map_flags = 0; in pt_prmap_to_mdbmap() 3128 mp->map_flags |= MDB_TGT_MAP_R; in pt_prmap_to_mdbmap() 3130 mp->map_flags |= MDB_TGT_MAP_W; in pt_prmap_to_mdbmap() 3132 mp->map_flags |= MDB_TGT_MAP_X; in pt_prmap_to_mdbmap() 3135 mp->map_flags |= MDB_TGT_MAP_SHMEM; in pt_prmap_to_mdbmap() 3137 mp->map_flags |= MDB_TGT_MAP_HEAP; in pt_prmap_to_mdbmap() 3139 mp->map_flags |= MDB_TGT_MAP_STACK; in pt_prmap_to_mdbmap() 3141 mp->map_flags |= MDB_TGT_MAP_ANON; in pt_prmap_to_mdbmap() 3220 mp->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_X; in pt_object_iter()
|
H A D | mdb_cmds.c | 1521 if (map->map_flags & MDB_TGT_MAP_HEAP) in map_name() 1526 if (map->map_flags & MDB_TGT_MAP_SHMEM) in map_name() 1528 if (map->map_flags & MDB_TGT_MAP_STACK) in map_name() 1530 if (map->map_flags & MDB_TGT_MAP_ANON) in map_name()
|
H A D | mdb_kvm.c | 1104 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_mapping_walk() 1137 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_module_to_map()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_ulpif.h | 85 int map_flags; /* Status flags */ member
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 455 mp->map_flags |= DDI_MF_EXT_REGSPEC; in pci_bus_map() 528 mp->map_flags |= DDI_MF_EXT_REGSPEC; in pci_bus_map()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 830 if (mp->map_flags & DDI_MF_USER_MAPPING) { in rootnex_map() 858 } else if (!(mp->map_flags & DDI_MF_EXT_REGSPEC)) { in rootnex_map() 879 mp->map_flags |= DDI_MF_EXT_REGSPEC; in rootnex_map() 1033 ASSERT(mp->map_flags & DDI_MF_EXT_REGSPEC); in rootnex_map_regspec() 1070 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) { in rootnex_map_regspec() 1168 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) { in rootnex_map_regspec() 1213 if (mp->map_flags & DDI_MF_DEVICE_MAPPING) in rootnex_unmap_regspec() 1216 ASSERT(mp->map_flags & DDI_MF_EXT_REGSPEC); in rootnex_unmap_regspec()
|
/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 635 mp->map_flags |= DDI_MF_EXT_REGSPEC; in npe_bus_map() 776 mp->map_flags |= DDI_MF_EXT_REGSPEC; in npe_bus_map()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 409 ddi_dmareq_mapout(caddr_t addr, offset_t len, int map_flags, page_t *pp, in ddi_dmareq_mapout() argument 419 buf.b_flags = B_REMAPPED | map_flags; in ddi_dmareq_mapout() 3546 hp->map_flags = B_PAGEIO; in bofi_dma_bindhdl() 3549 hp->map_flags = B_SHADOW; in bofi_dma_bindhdl() 3552 hp->map_flags = 0; in bofi_dma_bindhdl() 3621 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_bindhdl() 3701 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags, in bofi_dma_unbindhdl()
|
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fcpci.c | 1713 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_map_phys() 1742 mr.map_flags = DDI_MF_KERNEL_MAPPING; in pci_unmap_phys()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | upa64s.c | 505 if (mp->map_flags & DDI_MF_USER_MAPPING) { in upa64s_map()
|
H A D | opl_cfg.c | 1926 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_map_phys() 1958 mapreq.map_flags = DDI_MF_KERNEL_MAPPING; in opl_unmap_phys()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1138 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mapping_walk() 1173 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mod_to_map()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci.c | 497 if (mp->map_flags & DDI_MF_USER_MAPPING) in pci_map()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 1824 map->map_flags = 0; in fc_ulp_pwwn_to_portmap() 3101 clist->clist_map[count].map_flags |= in fctl_ulp_statec_cb() 5023 map->map_flags = 0; in fctl_copy_portmap_held() 5052 map->map_flags = 0; in fctl_copy_portmap()
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px.c | 737 if (mp->map_flags & DDI_MF_USER_MAPPING) in px_map()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1391 map.map_flags = 0; in asmap_step()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 2620 map.map_flags = 0; in fcip_handle_farp_request() 2708 map.map_flags = 0; in fcip_handle_farp_response() 3071 map.map_flags = 0; in fcip_cache_arp_broadcast() 6878 map.map_flags = 0; in fcip_dest_add_broadcast_entry()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 218 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_map_regs() 237 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_unmap_regs() 959 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_device_mapping_check() 7292 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_regs_map_setup() 7323 mr.map_flags = DDI_MF_KERNEL_MAPPING; in ddi_regs_map_free()
|
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 1844 if (mp->map_flags != DDI_MF_KERNEL_MAPPING) in lombus_map()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcicmu.c | 699 if (mp->map_flags & DDI_MF_USER_MAPPING) { in pcmu_map()
|